[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to allow texi2any for EMACS manual compilation
From: |
Glenn Morris |
Subject: |
Re: Patch to allow texi2any for EMACS manual compilation |
Date: |
Tue, 23 Sep 2014 18:39:02 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Vincent Belaïche wrote:
> BTW, when I did the patch I initially thought that my problem was with
> using a fake makeinfo that is indeed a skin of texi2any.
Please take a step back and tell us clearly what problem you think you
are trying to solve. I've missed that, and so far this is making no sense
to me.
> But it came out that this was not the only issue. Current configure.ac
> uses that sort of wildcard:
>
> [[7-9]]
>
> with [...] encapsulation around `[7-9]'. This does not work for me and I
> did not found any such thing in the manual:
>
> http://www.gnu.org/software/bash/manual/bashref.html#pattern-matching
>
> so I removed also that encapsulation as in the attached patch.
The double [[]] is necessary for autoconf, which is why you don't find
it in the bash manual. Removing it makes no sense.