GDB-5.0 bfd/doc/Makefile.in fix; Was: Problems with snapshot 20000412

Andrew Cagney ac131313@cygnus.com
Wed Apr 26 01:09:00 GMT 2000


FYI,

I've checked the attatched into the GDB-5.0 branch.  It gets around a
bug in bfd/doc/Makefile.in caused by a long-fixed bug in automake.

If binutils decide to re-generate bfd/doc/Makefile.in on the current
binutils-N.NN branch I'll try to import that into the GDB-5.0 branch.

	enjoy,
		Andrew
bfd/doc/ChangeLog
Wed Apr 26 17:57:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in: Rebuild using autoconf/automake snapshot with fixed
 	TEXINPUTS bug.

gdb/ChangeLog
Wed Apr 26 17:50:39 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* TODO: Document BFD automake problem.

Index: bfd/doc/Makefile.in
===================================================================
RCS file: /cvs/src/src/bfd/doc/Makefile.in,v
retrieving revision 1.5
diff -p -r1.5 Makefile.in
*** Makefile.in	2000/04/09 12:17:38	1.5
--- Makefile.in	2000/04/26 07:59:17
*************** DVIPS = dvips
*** 212,218 ****
  	$(MAKEINFO) -I $(srcdir) $<
  
  .texi.dvi:
! 	TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
  	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  
  .texi:
--- 212,218 ----
  	$(MAKEINFO) -I $(srcdir) $<
  
  .texi.dvi:
! 	TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
  	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  
  .texi:
*************** DVIPS = dvips
*** 228,234 ****
  	$(MAKEINFO) -I $(srcdir) $<
  
  .texinfo.dvi:
! 	TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
  	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  
  .txi.info:
--- 228,234 ----
  	$(MAKEINFO) -I $(srcdir) $<
  
  .texinfo.dvi:
! 	TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
  	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  
  .txi.info:
*************** DVIPS = dvips
*** 236,242 ****
  	$(MAKEINFO) -I $(srcdir) $<
  
  .txi.dvi:
! 	TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
  	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  
  .txi:
--- 236,242 ----
  	$(MAKEINFO) -I $(srcdir) $<
  
  .txi.dvi:
! 	TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
  	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  
  .txi:
Index: gdb/TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.7.2.5
diff -p -r1.7.2.5 TODO
*** TODO	2000/04/23 09:14:04	1.7.2.5
--- TODO	2000/04/26 07:59:28
*************** disappearance of user.h).
*** 28,33 ****
--- 28,44 ----
  
  --
  
+ 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
  


More information about the Binutils mailing list