[PATCH] find: add bison as a requirement for compiling
Dave <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.patches,gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <CAD6Du=nY5tUO+q_Kw_3MitQ3QLDSyAoVphsKOZOXd_-ef8zUAQ@mail.gmail.com> |
*README-hacking(prerequisites): Compiling without bison would result in `fatal error: parse-datetime.c: No such file or directory` which is not a very helpful error message. --- README-hacking | 1 + 1 file changed, 1 insertion(+) diff --git a/README-hacking b/README-hacking index 0d96dc84..13f91b3d 100644 --- a/README-hacking +++ b/README-hacking @@ -17,6 +17,7 @@ Prerequisites * GNU m4 * GNU gettext * GNU Dejagnu + * GNU Bison Dejagnu is in fact optional, but it's strongly recommended, since it is needed to run findutils' test suite (which is how you know that find -- 2.40.1