Junio C Hamano wrote: > Jakub Narebski <jnareb@xxxxxxxxx> 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@xxxxxxxxx> > > --- > > 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html