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=b38c19a5a5935dc5b874625767ed4951452f46c2 The branch, stable-2.0 has been updated via b38c19a5a5935dc5b874625767ed4951452f46c2 (commit) from 9233c05585c908b6e1612001eda51cf9c0324d91 (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 b38c19a5a5935dc5b874625767ed4951452f46c2 Author: Ludovic Courtès <[email protected]> Date: Wed Sep 17 13:43:55 2014 +0200 tests: Link test against Gnulib. Reported by Eli Zaretskii <[email protected]>. * test-suite/standalone/Makefile.am (test_scm_take_locale_symbol_LDADD): Add libgnu.la, for the 'strdup' replacement. ----------------------------------------------------------------------- Summary of changes: test-suite/standalone/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index 6f676eb..2042c23 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -193,7 +193,8 @@ TESTS += test-scm-c-read # test-scm-take-locale-symbol test_scm_take_locale_symbol_SOURCES = test-scm-take-locale-symbol.c test_scm_take_locale_symbol_CFLAGS = ${test_cflags} -test_scm_take_locale_symbol_LDADD = $(LIBGUILE_LDADD) +test_scm_take_locale_symbol_LDADD = \ + $(LIBGUILE_LDADD) $(top_builddir)/lib/libgnu.la check_PROGRAMS += test-scm-take-locale-symbol TESTS += test-scm-take-locale-symbol hooks/post-receive -- GNU Guile
