* Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
* Makefile.in: Rebuild.
From-SVN: r19076
+Fri Apr 10 01:36:24 1998 Jim Wilson <wilson@cygnus.com>
+
+ * Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
+ * Makefile.in: Rebuild.
+
Thu Apr 2 18:29:26 1998 Jim Wilson <wilson@cygnus.com>
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
# Do doc/ last so makeinfo will be built when we get there.
# 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
# Do doc/ last so makeinfo will be built when we get there.
# 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
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h