bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.4 and AUX_DIR and Texinfo


From: Akim Demaille
Subject: 1.4 and AUX_DIR and Texinfo
Date: 22 May 2001 16:35:55 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

I'm moving Autoconf to AUX_DIR, and checking the docs, I rediscovered
a bug in 1.4.  Dunno yet how 1.5 behaves:

 .texi.dvi:
-       TEXINPUTS=.:$$TEXINPUTS \
+       TEXINPUTS=$(top_srcdir)/config/texinfo.tex:$$TEXINPUTS \
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

This is wrong, it should read

 .texi.dvi:
-       TEXINPUTS=.:$$TEXINPUTS \
+       TEXINPUTS=$(top_srcdir)/config:$$TEXINPUTS \
          MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

I'm not _sure_ about that, but pretty suspicious :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]