This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
problems running automake in libjava
- To: java at gcc dot gnu dot org
- Subject: problems running automake in libjava
- From: Per Bothner <per at bothner dot com>
- Date: Fri, 14 Sep 2001 20:40:24 -0700
If I run automake 1.4 on libjava/Makefile.am I get a lot of messages like:
automake: Makefile.am: not supported: source file `gnu/java/rmi/server/UnicastServer.java' is in subdirectory
If I use automake 1.5, and after configuring, Makefile contains like:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/Unicode_to_JIS.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/boehm.Plo@am__quote@
which of course make does not like.
Thus I am reduced to patching Makefile.in by hand.
Tom, are you using a non-released version of automake? Could I ask
you not to check any Makefile.in generated by such a version?
--Per Bothner
per@bothner.com http://www.bothner.com/per/