This is the mail archive of the java@gcc.gnu.org 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]

problems running automake in libjava


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/




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