1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

announce flex version in autogen.sh

* autogen.sh: Announce flex version. Has the side-effect of checking for
  flex when building from git.
This commit is contained in:
Andy Wingo 2010-11-20 23:18:43 +01:00
parent b710608c87
commit 6349a55629

View file

@ -23,6 +23,8 @@ fi
echo ""
${M4:-m4} --version
echo ""
flex --version
echo ""
######################################################################
### update infrastructure