On Sat, Feb 2, 2019 at 1:11 AM Gavin Smith wrote:
>
> On Fri, Feb 01, 2019 at 02:32:48PM -0800, carl hansen wrote:
> > Unescaped left brace in regex is deprecated here (and will be fatal in
> > Perl 5.32), passed through in regex; marked by <-- HERE in
>
> What version
versions of
doc/texinfo.tex
and
build-aux/texinfo.tex
are different. At least one of them is not up-to-date.
"Unnecessary redundancy is the hobgoblin of software engineering."
if TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".."
; export top_srcdir ; top_builddir=".." ; export top_builddir ;
/usr/local/bin/perl ../tp/texi2any -I . \
-o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore
On Wed, Jun 27, 2018 at 12:37 PM, Melvin Mawhin
wrote:
Escaping the left brace does not solve the loop 😊 it solves the error
message but not the loop.
​
​
do the right brace also,
and also a couple lines lower. worked for me
h
On Fri, Mar 3, 2017 at 1:37 PM, Mathieu Lirzin wrote:
> Hello,
>
> I have recently updated the texinfo.tex distributed in Automake from
> version 2013-02-01.11 to version 2017-01-14.15
>
> Unfortunately this had the consequence of making 2 tests of Automake test
> suite fail. The problems hap