Mercurial > hg > octave-kai > gnulib-hg
view modules/gettext-h @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 (2008-07-12) |
parents | d19ce23d01b0 |
children |
line wrap: on
line source
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: LGPLv2+ Maintainer: Bruno Haible