From de7105326d4554788a10b54bdc75a726a20fb32c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 30 Sep 2000 06:20:24 +0000 Subject: [PATCH] Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. From-SVN: r36674 --- ChangeLog | 3 +++ Makefile.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 235ad0dca56..b30246bbf1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-30 Alexandre Oliva + * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, + ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. + * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts. diff --git a/Makefile.in b/Makefile.in index 096668a537b..0836bd5472a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1704,7 +1704,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ config.guess config.if config.sub config move-if-change \ mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ - mkinstalldirs ltconfig ltmain.sh missing ylwrap + mkinstalldirs ltconfig ltmain.sh missing ylwrap \ + libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this