From: Bruno Haible Date: Fri, 18 Aug 2006 19:37:45 +0000 (+0000) Subject: New module 'bison-i18n', X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3540d02f919c5ef6c0636862619e74eb4360027;p=pspp New module 'bison-i18n', --- diff --git a/ChangeLog b/ChangeLog index 3eb6b0327d..74028e2ca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-18 Bruno Haible + + * modules/bison-i18n: New file. + * MODULES.html.sh (Internationalization functions): Add it. + 2006-08-15 Paul Eggert * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK. diff --git a/MODULES.html.sh b/MODULES.html.sh index 923f61a32b..128390200e 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2005,6 +2005,7 @@ func_all_modules () func_module utf8-ucs4 func_module utf16-ucs4 func_module linebreak + func_module bison-i18n func_end_table element="Executing programs" diff --git a/modules/bison-i18n b/modules/bison-i18n new file mode 100644 index 0000000000..084c2c9b83 --- /dev/null +++ b/modules/bison-i18n @@ -0,0 +1,21 @@ +Description: +Support for internationalization of bison-generated parsers. + +Files: +m4/bison-i18n.m4 + +Depends-on: + +configure.ac: +BISON_I18N + +Makefile.am: + +Include: + +License: +GPLed build tool + +Maintainer: +Bruno Haible, Paul Eggert +