Hello Bruno, A couple of minor nits:
* Bruno Haible wrote on Mon, Feb 11, 2008 at 01:15:47AM CET: > bin_PROGRAMS = git-merge-changelog > git_merge_changelog_LDADD = -L. -lgnu Please make this git_merge_changelog_LDADD = libgnu.a so that automake notices and adds the dependency, so that a parallel build does not fail. > /* Installation: > $ gnulib-tool --create-testdir --dir=/tmp/testdir123 git-merge-changelog > $ cd /tmp/testdir123 > $ ./configure > $ make > $ make install This creates a file $prefix/share/dummy/javaversion.class Surely that 'dummy' is weird, but the file should not be needed at all, no? Cheers, Ralf