summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--texinfo/ChangeLog6
-rw-r--r--texinfo/Makefile.am6
-rw-r--r--texinfo/Makefile.in6
3 files changed, 14 insertions, 4 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog
index b324c634ca5..38b56c296d1 100644
--- a/texinfo/ChangeLog
+++ b/texinfo/ChangeLog
@@ -1,3 +1,9 @@
+1999-01-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * Makefile.am (SUBDIRS): Include util again in order to generate
+ install-info.
+ * Makefile.in: Rebuild.
+
1998-11-20 Manfred Hollstein <manfred@s-direktnet.de>
* makeinfo/Makefile.am (noinst_PROGRAMS): Renamed from bin_PROGRAMS
diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am
index 53c212827e6..17f16620043 100644
--- a/texinfo/Makefile.am
+++ b/texinfo/Makefile.am
@@ -15,5 +15,7 @@ EXTRA_DIST = INTRODUCTION dir-example
# Others are alphabetical.
SUBDIRS = intl lib info makeinfo po util doc
# ??? For EGCS, only build the stuff we actually need. This eliminates the
-# need for xgettext that exists in the po subdirectory.
-SUBDIRS = intl lib makeinfo
+# need for xgettext that exists in the po subdirectory. We do need util in
+# order to get install-info, which is used as part of the gcc build/install
+# process.
+SUBDIRS = intl lib makeinfo util
diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in
index 94d17d13045..5410efa307c 100644
--- a/texinfo/Makefile.in
+++ b/texinfo/Makefile.in
@@ -104,8 +104,10 @@ EXTRA_DIST = INTRODUCTION dir-example
# Others are alphabetical.
SUBDIRS = intl lib info makeinfo po util doc
# ??? For EGCS, only build the stuff we actually need. This eliminates the
-# need for xgettext that exists in the po subdirectory.
-SUBDIRS = intl lib makeinfo
+# need for xgettext that exists in the po subdirectory. We do need util in
+# order to get install-info, which is used as part of the gcc build/install
+# process.
+SUBDIRS = intl lib makeinfo util
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h