Hi Eric,
> [Gnulib] uses so many #defines that it would exceed command-line
> length limits on some platforms if they were passed via -D through
> the Makefile. That, and some things don't work well through
> makefiles, such as an expansion containing # (and gnulib now has some
> of those for
Giuseppe Scrivano wrote:
> what's happened to the git repository?
>
> This is what I get when I try to clone it:
>
> $ git clone git://git.sv.gnu.org/gnulib.git
> Initialized empty Git repository in /tmp/gnulib/.git/
> warning: You appear to have cloned an empty repository.
Sorry about that, and t
Giuseppe Scrivano wrote:
> what's happened to the git repository?
>
> This is what I get when I try to clone it:
>
> $ git clone git://git.sv.gnu.org/gnulib.git
> Initialized empty Git repository in /tmp/gnulib/.git/
> warning: You appear to have cloned an empty repository.
>
> and on the http://gi
Hello,
what's happened to the git repository?
This is what I get when I try to clone it:
$ git clone git://git.sv.gnu.org/gnulib.git
Initialized empty Git repository in /tmp/gnulib/.git/
warning: You appear to have cloned an empty repository.
and on the http://git.savannah.gnu.org/cgit/gnulib.g
Excerpts from Jim Meyering's message of Sat Feb 27 03:15:59 -0500 2010:
> > Would it be easier to first auto* the project and then add gnulib?
>
> Yes.
Ok, that's what I thought. Thanks for the confirmation.
-Ben
signature.asc
Description: PGP signature
Sam Steingold writes:
> On 2/26/10, Simon Josefsson wrote:
>> Sam Steingold writes:
>>
>> > Since I use gnulib in several sub-modules, I need to avoid conflicts
>> > between different gnulib imports.
>> > thus I need to make all those _GL_* constants module-specific.
>> > thus I need gnulib
Ben Walton wrote:
> I'm wondering whether its feasible to use gnulib in a project that
> doesn't use autoconf/automake?
Gnulib depends heavily on autoconf and automake.
You could manually extract the portions you think you need
and attempt to use them without the requisite glue, but that is
very e