summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-26 08:03:30 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-26 08:03:30 +0000
commitfc6735c858688be98dded60ce1d313393d036d35 (patch)
tree25f2d1945d928d336a588329c6e635d9204a6c60
parentaadc6f591c0f057012b4689331690886022a6341 (diff)
downloadgdb-fc6735c858688be98dded60ce1d313393d036d35.tar.gz
Re-generate bfd/doc/Makefile.in with a snapshot of automake that
doesn't contain a TEXINPUTS path bug.
-rw-r--r--bfd/doc/ChangeLog5
-rw-r--r--bfd/doc/Makefile.in6
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO11
4 files changed, 23 insertions, 3 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 968c2c9ff01..5d8fd370489 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -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.
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index e45ab482cad..bf86885ee3f 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 d1d718e1700..2ad21d6ec78 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/TODO b/gdb/TODO
index e4d7eb8355f..30140bc73c4 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