Add information about command path and version of flex in meson output
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-04-11T05:58:45Z
Lists: pgsql-hackers
Attachments
- meson-flex-info.patch (text/x-diff) patch
Hi all, While doing a few things on Windows with meson, I have noticed that, while we output some information related to bison after a setup step, there is nothing about flex. I think that adding something about flex in the "Programs" section would be pretty useful, particularly for Windows as the command used could be "flex" as much as "win_flex.exe". Attached is a patch to show the path to the flex command used, as well as its version. Opinions or thoughts? -- Michael
Commits
-
Show information about flex (version and command path) in meson output
- 72df1d3f1b9d 17.0 landed