diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-09-25 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and + ltcf-c.sh. + 2000-09-12 Philip Blundell <philb@gnu.org> * config.sub, config.guess: Update from subversions. diff --git a/Makefile.in b/Makefile.in index 16cb5cc..68b421b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1702,7 +1702,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 # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |