diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-25 20:26:51 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-25 20:26:51 +0000 |
commit | ef42416e99500d963cb7a1925b1028ceda9cc29a (patch) | |
tree | 68dd75fd9597ef21cf0b85eff11d8ae651e3329f | |
parent | fb5956da13ac60a3408632efd62e685458899924 (diff) | |
download | cygnal-ef42416e99500d963cb7a1925b1028ceda9cc29a.tar.gz cygnal-ef42416e99500d963cb7a1925b1028ceda9cc29a.tar.bz2 cygnal-ef42416e99500d963cb7a1925b1028ceda9cc29a.zip |
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
ltcf-c.sh.
-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 16cb5cc83..68b421bfa 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 |