commit 772643215db9c841ae31016b5e0fa12fca8ede61 Author: Sebastian Geiger Date: Thu Oct 9 13:43:05 2014 +0200 Fixing make install issue * This patch fixes bug #701959 which describes and issue that prevents make install from being successfully run if make has not been run first. * The problem is that make install requires some generated files to be present that are only generated by make. The solution was to add $(_HELP_LC_FILES) as a dependency to install-help so that these files are always generated when make install is run. tools/yelp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d18d4ff5cb67a07977aa9957fe82322b22380ef3 Author: Sebastian Geiger Date: Wed Oct 8 15:31:23 2014 +0200 Fixing make distcheck issue * This patch fixes bug #738142 which describes and issue that prevents make distcheck from being successfully run if make has not been run first. * The problem is that make distcheck requires some generated files to be present that are only generated by make. The solution was to add $(_HELP_LC_FILES) as a dependency to distdir-help-files so that these files are always generated when make distcheck is run. tools/yelp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c5c8be6e99060ac0192001905dfd10d8a7332d8 Author: Shaun McCance Date: Mon Sep 22 22:35:32 2014 -0400 Version 3.14.0 NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)