This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Listing (not that) new libtool files in the top-level Makefile.in


On Sep 25, 2000, Alexandre Oliva <aoliva@redhat.com> wrote:

> On Sep 25, 2000, Ian Lance Taylor <ian@zembu.com> wrote:
>> I forgot another key step: the files must be added to DEVO_SUPPORT in
>> the top level Makefile.in file.  Otherwise the `make dist' step will
>> not copy them into the distribution directory.

> Ok, I'm checking this in to fix it.

And here's the corresponding fix for GCC and libgcj, that I'm checking
in now:

Index: ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>
	* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
	ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/Makefile.in,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile.in
--- Makefile.in 2000/09/06 18:58:34 1.56
+++ Makefile.in 2000/09/30 06:15:58
@@ -1704,7 +1704,8 @@ DEVO_SUPPORT= README Makefile.in configu
 	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

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]