This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=6349a556298edc3e11b88bb45a59c545823a0755 The branch, master has been updated via 6349a556298edc3e11b88bb45a59c545823a0755 (commit) from b710608c87f3a868921855d45c41f77b1f5c0dc2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6349a556298edc3e11b88bb45a59c545823a0755 Author: Andy Wingo <[email protected]> Date: Sat Nov 20 23:18:43 2010 +0100 announce flex version in autogen.sh * autogen.sh: Announce flex version. Has the side-effect of checking for flex when building from git. ----------------------------------------------------------------------- Summary of changes: autogen.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/autogen.sh b/autogen.sh index 501925f..5187cd4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,6 +23,8 @@ fi echo "" ${M4:-m4} --version echo "" +flex --version +echo "" ###################################################################### ### update infrastructure hooks/post-receive -- GNU Guile
