commit c45e1edf164da14432691a46523d6096a068d5a9 Author: Xan Lopez Date: Fri Aug 21 15:17:01 2009 +0300 Use LDFLAGS instead of CFLAGS when appropriate And remove a rogue tab. modules/sqlite/Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 9bc0c696397ff32be36bab9bd81aac6a62f69b80 Author: Xan Lopez Date: Fri Aug 21 14:25:28 2009 +0300 Use AM_SILENT_RULES instead of shave. When using automake >= 1.11, use AM_SILENT_RULES to make building less verbose. Can be disabled passing --disable-silent-rules to configure or V=1 to make. configure.ac | 7 +-- scripts/shave-libtool.in | 109 ---------------------------------------------- scripts/shave.in | 109 ---------------------------------------------- 3 files changed, 3 insertions(+), 222 deletions(-) commit 641d154b48c23971093625041a0e8eb329bde7b9 Author: Tim Horton Date: Thu Aug 13 22:01:41 2009 -0400 [libseed] Add seed_context_create, which just wraps JSGarbageCollect doc/reference/seed-sections.txt | 1 + doc/reference/tmpl/seed-context.sgml | 8 ++++++++ libseed/seed-api.c | 15 +++++++++++++++ libseed/seed.h | 1 + 4 files changed, 25 insertions(+), 0 deletions(-) commit 19cede6431a581593df3878fb36682827bdbd893 Author: Tim Horton Date: Mon Aug 10 18:00:02 2009 -0400 Post-release bump to 2.27.91 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)