announce flex version in autogen.sh
authorAndy Wingo <wingo@pobox.com>
Sat, 20 Nov 2010 22:18:43 +0000 (23:18 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 20 Nov 2010 22:21:54 +0000 (23:21 +0100)
* autogen.sh: Announce flex version. Has the side-effect of checking for
  flex when building from git.

autogen.sh

index 501925f..5187cd4 100755 (executable)
@@ -23,6 +23,8 @@ fi
 echo ""
 ${M4:-m4} --version
 echo ""
+flex --version
+echo ""
 
 ######################################################################
 ### update infrastructure