summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-11-20 23:18:43 +0100
committerAndy Wingo <wingo@pobox.com>2010-11-20 23:21:54 +0100
commit6349a556298edc3e11b88bb45a59c545823a0755 (patch)
treed882cdfd4ec8a6abba7efa2d6e23e9bbd3b86b9c /autogen.sh
parentb710608c87f3a868921855d45c41f77b1f5c0dc2 (diff)
downloadguile-6349a556298edc3e11b88bb45a59c545823a0755.tar.gz
announce flex version in autogen.sh
* autogen.sh: Announce flex version. Has the side-effect of checking for flex when building from git.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 501925f40..5187cd4aa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,6 +23,8 @@ fi
echo ""
${M4:-m4} --version
echo ""
+flex --version
+echo ""
######################################################################
### update infrastructure