From: Nick Bowler Date: Thu, 15 Sep 2011 01:10:19 +0000 (-0400) Subject: Enable i18n in Bison. X-Git-Tag: v1~110 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/0876ef2649dfc1d1c1fe86a0d56e9506806b37b9?hp=0876ef2649dfc1d1c1fe86a0d56e9506806b37b9 Enable i18n in Bison. This makes us require library initialization. To avoid requiring an explicit call, we implicitly initialize the library when it is first required. Bring in Gnulib's threading library to do this in a thread-safe manner when available. ---