From 2f74b3388edd18fcb9eff929fb1d15f7d9373412 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 26 Apr 2000 08:03:30 +0000 Subject: Re-generate bfd/doc/Makefile.in with a snapshot of automake that doesn't contain a TEXINPUTS path bug. --- bfd/doc/ChangeLog | 5 +++++ bfd/doc/Makefile.in | 6 +++--- gdb/ChangeLog | 4 ++++ gdb/TODO | 11 +++++++++++ 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 968c2c9..5d8fd37 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 26 17:57:26 2000 Andrew Cagney + + * Makefile.in: Rebuild using autoconf/automake snapshot with fixed + TEXINPUTS bug. + Fri Apr 7 17:54:38 2000 Andrew Cagney * Makefile.in: Rebuild with current autoconf/automake. diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index e45ab48..bf86885 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -212,7 +212,7 @@ DVIPS = dvips $(MAKEINFO) -I $(srcdir) $< .texi.dvi: - TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \ + TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< .texi: @@ -228,7 +228,7 @@ DVIPS = dvips $(MAKEINFO) -I $(srcdir) $< .texinfo.dvi: - TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \ + TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< .txi.info: @@ -236,7 +236,7 @@ DVIPS = dvips $(MAKEINFO) -I $(srcdir) $< .txi.dvi: - TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \ + TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< .txi: diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d1d718e..2ad21d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 26 17:50:39 2000 Andrew Cagney + + * TODO: Document BFD automake problem. + 2000-04-23 Eli Zaretskii * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB diff --git a/gdb/TODO b/gdb/TODO index e4d7eb8..30140bc 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -28,6 +28,17 @@ disappearance of user.h). -- +The BFD directory requires bug-fixed AUTOMAKE et.al. + +AUTOMAKE 1.4 incorrectly set the TEXINPUTS environment variable. It +contained the full path to texinfo.tex when it should have only +contained the directory. The bug has been fixed in the current +AUTOMAKE sources. Automake snapshots can be found in: + ftp://sourceware.cygnus.com/pub/gdb/snapshots +and ftp://sourceware.cygnus.com/pub/binutils + +-- + gdb-cvs fails to build on freebsd-elf http://sourceware.cygnus.com/ml/gdb/2000-04/msg00004.html -- cgit v1.1