]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re-generate bfd/doc/Makefile.in with a snapshot of automake that
authorAndrew Cagney <cagney@redhat.com>
Wed, 26 Apr 2000 08:03:30 +0000 (08:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 26 Apr 2000 08:03:30 +0000 (08:03 +0000)
doesn't contain a TEXINPUTS path bug.

bfd/doc/ChangeLog
bfd/doc/Makefile.in
gdb/ChangeLog
gdb/TODO

index 968c2c9ff01d5319a589a629f9f734faac9e2c32..5d8fd37048952a1cdaa61198866eb39287e06410 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr 26 17:57:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in: Rebuild using autoconf/automake snapshot with fixed
+       TEXINPUTS bug.
+
 Fri Apr  7 17:54:38 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * Makefile.in: Rebuild with current autoconf/automake.
index e45ab482cad62cbc50e3ccf24569474bc0a9445c..bf86885ee3f6fb79c69596af6b76e80874687759 100644 (file)
@@ -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:
index d1d718e170046f4613ea47f1682d57e348a24db6..2ad21d6ec78291f2bc55acea89e8919a4eccb85d 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr 26 17:50:39 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * TODO: Document BFD automake problem.
+
 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB
index e4d7eb8355fa9a28959f3876ff36d93eecc3fe84..30140bc73c4576cd4bf792770bee5a4c869cba6e 100644 (file)
--- 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