problems running automake in libjava
Per Bothner
per@bothner.com
Fri Sep 14 20:40:00 GMT 2001
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/
More information about the Java
mailing list