]> git.saurik.com Git - bison.git/commit
build: lower gettext requirements.
authorAkim Demaille <demaille@gostai.com>
Mon, 17 Aug 2009 07:22:41 +0000 (09:22 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 17 Aug 2009 10:58:02 +0000 (12:58 +0200)
commit91a2b9b1b268e404801b8ea6f04c4da1025ebae0
tree80a6a3e6fb299914feb999cad11dc7fd4ab12583
parent13bcafb58035d292ee9ca79cb9bb954ca2d3c722
build: lower gettext requirements.

Bison was uselessly requiring the formatstring macros from
gettext, which resulted in mo files not being installed on systems
that perfectly supported Bison mo files.  Lower the requirement.
http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00006.html

* configure.ac: Require need-ngettext instead of
need-formatstring-macros.
Reported by Martin Jabocs.
Suggested by Bruno Haible.
* INSTALL: Restructure.
(Internationalization): New.
(cherry picked from commit b9e42bb439643b6b193ba44696c370bbb35d2ec0)
ChangeLog
README
THANKS
configure.ac