Johannes Schindelin wrote:
> since you do have a recent snapshot, why not try
./configure, as Pasky
> suggested?
>
> BTW I cannot read Finnish, but (...)
So when sending error codes it would be better to set
LC_ALL=C (or
equivalent) before producing and sending error message.
> (...) it probably says that you do not have curl
> installed. configure would detect that, and
automatically set NO_CURL=1.
Without curl http:// and https:// transports won't work. So
you perhaps want
to install curl instead.
From INSTALL:
Alternatively you can use autoconf generated ./configure
script to
set up install paths (via config.mak.autogen), so you can
write instead
$ make configure ;# as yourself, if configure does
not exist
$ ./configure --prefix=/usr ;# as yourself
$ make all doc ;# as yourself
# make install install-doc ;# as root
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
-
To unsubscribe from this list: send the line
"unsubscribe git" in
the body of a message to majordomo vger.kernel.org
More majordomo info at http://vge
r.kernel.org/majordomo-info.html
|