Sorry - wrong list. Please ignore.
On Mon, Sep 01, 2014 at 01:30:32PM +0200, Aaron Sowry wrote:
> Hi,
>
> I've noticed that if the gnulib git tree is used as a submodule for a
> different
> project, the git detection in the bootstrap script will not work properly.
> This
> is because it checks
Hi,
I've noticed that if the gnulib git tree is used as a submodule for a different
project, the git detection in the bootstrap script will not work properly. This
is because it checks for the existence of a .git directory, whereas for
submodules .git will be a file.
The fix is trivial, patch att