From: Joel E. Denny Date: Sun, 10 Jul 2011 17:42:12 +0000 (-0400) Subject: build: avoid YACC typo inherited from Autoconf. X-Git-Tag: v2.7.90~585 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c12aa01f82a03db044985513a878497e5ab58377?hp=c12aa01f82a03db044985513a878497e5ab58377 build: avoid YACC typo inherited from Autoconf. The typo shows up in the `configure --help' output. Reported by W.C.A. Wijngaards and Paul Eggert at . * README-hacking (Release Procedure): Remind about updating maintainer tools before a release. * THANKS (W.C.A. Wijngaards): Add. * configure.ac (AC_PREREQ): Set to 2.68, which fixes the YACC typo. (cherry picked from commit 845346b3bb526d0f18878f15d906f05205b5c618) ---