From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Compiling git-snapshot-20069831
Date: Thu, 31 Aug 2006 21:30:07 +0200 [thread overview]
Message-ID: <ed7dc6$7na$1@sea.gmane.org> (raw)
In-Reply-To: 44F71B79.5070901@users.sourceforge.net
Jorma Karvonen wrote:
> Johannes Schindelin wrote:
>
>> On Thu, 31 Aug 2006, Jorma Karvonen wrote:
>>
>>> I tried
>>>
>>> make configure
>>>
>>> and got an error message:
>>>
>>> /bin/sh: curl-config: command not found
>>> make: **** No rule to make target `configure'. Stop.
The offending line seems to be
curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r | sed -ne 2p)
and it is turned off if you always run make with NO_CURL=1.
Or write NO_CURL=1 (or NO_CURL=YesPlease) in the config.mak file
>> Okay. I deem this a bug in our Makefile.
>>
>> Could you please try "autoconf" and _then_ "./configure"?
>>
> I tried autoconf and result was:
>
> autoconf: no input file
"autoconf -o configure configure.ac" then
By the way, from what directory you try to run make from?
autoconf default input file is configure.ac, and AFAIK it is
present in 'master' from quite some time, and perhaps in 'maint'
as well.
What is in GIT-VERSION-FILE aftre running GIT-VERSION-GEN?
Below my results of running make configure in git/ working directory:
1047:jnareb@roke:~/git> make configure
GIT_VERSION = 1.4.2.gf713
rm -f configure configure.ac+
sed -e 's/@@GIT_VERSION@@/1.4.2.gf713/g' \
configure.ac > configure.ac+
autoconf -o configure configure.ac+
rm -f configure.ac+
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2006-08-31 19:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-31 12:03 Compiling git-snapshot-20069831 Jorma Karvonen
2006-08-31 12:09 ` Johannes Schindelin
2006-08-31 12:24 ` Jakub Narebski
2006-08-31 14:38 ` Jorma Karvonen
2006-08-31 14:59 ` Jakub Narebski
2006-08-31 15:19 ` Andreas Ericsson
2006-08-31 15:28 ` Johannes Schindelin
2006-08-31 16:59 ` Jorma Karvonen
2006-08-31 17:06 ` Johannes Schindelin
2006-08-31 17:25 ` Jorma Karvonen
2006-08-31 19:30 ` Jakub Narebski [this message]
2006-09-01 13:30 ` Jorma Karvonen
2006-08-31 21:37 ` Linus Torvalds
2006-08-31 22:07 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ed7dc6$7na$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).