bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU-style ChangeLog merge driver for Git


From: Ralf Wildenhues
Subject: Re: GNU-style ChangeLog merge driver for Git
Date: Mon, 11 Feb 2008 22:58:38 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]