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 gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=e4fddf0a8cbd737bd66f396d7b9b8c407d497bc8 The branch, master has been updated via e4fddf0a8cbd737bd66f396d7b9b8c407d497bc8 (commit) from da2e9336523cf702f0a6b36897d90cd53463b89f (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 e4fddf0a8cbd737bd66f396d7b9b8c407d497bc8 Author: Simon Josefsson <[email protected]> Date: Fri Sep 11 12:43:38 2009 +0200 Enable SCRAM-SHA-1 during distcheck testing. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index fe93f92..befc0b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,4 +20,5 @@ SUBDIRS = lib po gl src examples tests doc gltests EXTRA_DIST = cfg.mk maint.mk .clcopying ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I lib/gl/m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete \ + --enable-scram-sha1 hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
