X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6712933e0f2d2cbf43dc6b9bfe5c60b7d9941955..b9c85d5cef6ecfd068a1010b4e130c83d1f802e5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 861e4c63..ee7e4593 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-05-25 Paul Eggert + + * bootstrap: Don't assume $(...) works; use `...` instead. + Problem reported by Paul Hilfinger. Also, diagnose non-GNU + gettext better. + + * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's + put into the -d output file, and mention what to do if YYSTYPE is + defined as a macro. + 2004-05-24 Paul Eggert Undo change made earlier today: it caused autopoint to not bring @@ -8,7 +18,7 @@ configure.ac. Warn users to ignore robots.txt ERROR 404. * bootstrap: Undo today's earlier change (logged below). * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise. - + The gettext version checking is causing more trouble than it's curing; remove it. Problem reported by Paul Hilfinger.