* Mercilessly ripped out all of the gratuitously complex GNU libintl
authorArt Cancro <ajc@citadel.org>
Sun, 11 Dec 2005 05:05:26 +0000 (05:05 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 11 Dec 2005 05:05:26 +0000 (05:05 +0000)
commit3c03e4050f5ae925048f4f0afd87ab1ba0d7101b
tree5240fcc8d6abb0b41c24dd98d88e8e7bc92f5011
parentb0e2b56c7fe715f2d48faeb740437db8d51641b5
* Mercilessly ripped out all of the gratuitously complex GNU libintl
  detection m4 crapola and replaced it with some simple autoconf directives
  to detect whether the host system has the correct set of NLS functions for
  supporting per-thread locale.
59 files changed:
webcit/ABOUT-NLS [deleted file]
webcit/ChangeLog
webcit/Makefile.in
webcit/aclocal.m4 [deleted file]
webcit/configure.in
webcit/intl/ChangeLog [deleted file]
webcit/intl/Makefile.in [deleted file]
webcit/intl/VERSION [deleted file]
webcit/intl/bindtextdom.c [deleted file]
webcit/intl/config.charset [deleted file]
webcit/intl/dcgettext.c [deleted file]
webcit/intl/dcigettext.c [deleted file]
webcit/intl/dcngettext.c [deleted file]
webcit/intl/dgettext.c [deleted file]
webcit/intl/dngettext.c [deleted file]
webcit/intl/eval-plural.h [deleted file]
webcit/intl/explodename.c [deleted file]
webcit/intl/finddomain.c [deleted file]
webcit/intl/gettext.c [deleted file]
webcit/intl/gettextP.h [deleted file]
webcit/intl/gmo.h [deleted file]
webcit/intl/hash-string.h [deleted file]
webcit/intl/intl-compat.c [deleted file]
webcit/intl/l10nflist.c [deleted file]
webcit/intl/libgnuintl.h.in [deleted file]
webcit/intl/loadinfo.h [deleted file]
webcit/intl/loadmsgcat.c [deleted file]
webcit/intl/localcharset.c [deleted file]
webcit/intl/localcharset.h [deleted file]
webcit/intl/locale.alias [deleted file]
webcit/intl/localealias.c [deleted file]
webcit/intl/localename.c [deleted file]
webcit/intl/log.c [deleted file]
webcit/intl/ngettext.c [deleted file]
webcit/intl/os2compat.c [deleted file]
webcit/intl/os2compat.h [deleted file]
webcit/intl/osdep.c [deleted file]
webcit/intl/plural-exp.c [deleted file]
webcit/intl/plural-exp.h [deleted file]
webcit/intl/plural.c [deleted file]
webcit/intl/plural.y [deleted file]
webcit/intl/printf-args.c [deleted file]
webcit/intl/printf-args.h [deleted file]
webcit/intl/printf-parse.c [deleted file]
webcit/intl/printf-parse.h [deleted file]
webcit/intl/printf.c [deleted file]
webcit/intl/ref-add.sin [deleted file]
webcit/intl/ref-del.sin [deleted file]
webcit/intl/relocatable.c [deleted file]
webcit/intl/relocatable.h [deleted file]
webcit/intl/textdomain.c [deleted file]
webcit/intl/vasnprintf.c [deleted file]
webcit/intl/vasnprintf.h [deleted file]
webcit/intl/vasnwprintf.h [deleted file]
webcit/intl/wprintf-parse.h [deleted file]
webcit/intl/xsize.h [deleted file]
webcit/po/Makefile.in [new file with mode: 0644]
webcit/po/Makefile.in.in [deleted file]
webcit/webserver.c