aboutsummaryrefslogtreecommitdiff
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
commit2f74b3388edd18fcb9eff929fb1d15f7d9373412 (patch)
tree21ce414a919629f58979ee0d6175a1b11cbc9f47
parent0d6e201f19d3be6d1a1eab6ed82ddf00f7ac87be (diff)
downloadfsf-binutils-gdb-2f74b3388edd18fcb9eff929fb1d15f7d9373412.zip
fsf-binutils-gdb-2f74b3388edd18fcb9eff929fb1d15f7d9373412.tar.gz
fsf-binutils-gdb-2f74b3388edd18fcb9eff929fb1d15f7d9373412.tar.bz2
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 968c2c9..5d8fd37 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 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 <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 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