GNU bug report logs -
#23599
Including search directories for pdf and dvi
Previous Next
Reported by: Mohammad Akhlaghi <akhlaghi <at> gnu.org>
Date: Sun, 22 May 2016 18:04:02 UTC
Severity: normal
Tags: confirmed
Done: Mike Frysinger <vapier <at> gentoo.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 23599 <at> debbugs.gnu.org (full text, mbox):
Mohammad Akhlaghi <akhlaghi <at> gnu.org> writes:
> Your solution is indeed much better than mine. It would be great if
> Automake could account for the change in texi2dvi's behavior (not
> handling arguments through the MAKEINFO shell variable).
I agree. Fixing the issue seems not trivial because it will require not
breaking backward compatibility with older version of Texinfo.
> I added a TEXI2DVI definition in my doc/Makefile.am, but I get the
> following error when running autoreconf (or automake independently):
>
> automake: warnings are treated as errors
> doc/Makefile.am:36: warning: user variable 'TEXI2DVI' defined here ...
> /usr/share/automake-1.15/am/texinfos.am: ... overrides Automake
> variable 'TEXI2DVI' defined here
> autoreconf: automake failed with exit status: 1
>
> This is strange, because according to the Automake manual: "a variable
> defined in ‘Makefile.am’ or ‘AC_SUBST’ed from ‘configure.ac’ will
> override any definition of the variable that ‘automake’ would
> ordinarily create."
This is normally just a warning. It is treated as an error because you
are using "-Werror" in automake options. To remove this error you can
add "-Wno-override".
Thanks.
--
Mathieu Lirzin
This bug report was last modified 3 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.