From: Jakub Narebski <jnareb@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] autoconf: Check autoconf version (ASCIIDOC8)
Date: Tue, 11 Dec 2007 09:34:28 +0100 [thread overview]
Message-ID: <200712110934.29746.jnareb@gmail.com> (raw)
In-Reply-To: <7vhciqhqnd.fsf@gitster.siamese.dyndns.org>
Junio C Hamano wrote:
> Jakub Narebski <jnareb@gmail.com> writes:
>
> > Subject: Re: [PATCH] autoconf: Check autoconf version (ASCIIDOC8)
>
> That's "Check asciidoc version".
Yep. Sorry for mistake (autoconf <-> asciidoc).
> > Check for asciidoc, and if it exists check asciidoc version, setting
> > ASCIIDOC8 when needed. Currently it just runs asciidoc in asciidoc7
> > compatibility mode (see: Documentation/Makefile).
> >
> > Signed-off-by: Jakub Narebski <jnareb@gmail.com>
> > ---
> > diff --git a/config.mak.in b/config.mak.in
> > index 7d5df9b..759470a 100644
> > --- a/config.mak.in
> > +++ b/config.mak.in
> > @@ -7,6 +7,7 @@ AR = @AR@
> > TAR = @TAR@
> > #INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
> > TCLTK_PATH = @TCLTK_PATH@
> > +ASCIIDOC=@ASCIIDOC@
>
> And this is "ASCIIDOC8=@ASCIIDOC8@", I think.
Nope. ASCIIDOC8=@ASCIIDOC8@ is in chunk below, this is for [future]
detecting asciidoc binary (so you can drop this chunk).
--
Jakub Narebski
Poland
prev parent reply other threads:[~2007-12-11 8:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-09 12:57 [PATCH] autoconf: Check autoconf version (ASCIIDOC8) Jakub Narebski
2007-12-11 3:11 ` Junio C Hamano
2007-12-11 8:34 ` Jakub Narebski [this message]
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=200712110934.29746.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.