This is the mail archive of the java-patches@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]
Other format: [Raw text]

Re: [patch] java.beans.Statement


Michael Koch writes:
 > > 	* Makefile.am (awt_java_source_files): Add Statement.java.
 > > 	* Makefile.in (awt_java_source_files): Add Statement.java.
 > 
 > "* Makefile.in: Regenerated." would have been enough.
 > 
 > > diff -u -r1.381 Makefile.am
 > > --- Makefile.am 28 May 2004 18:53:04 -0000      1.381
 > > +++ Makefile.am 20 Jun 2004 17:18:52 -0000
 > > @@ -1299,6 +1300,7 @@
 > >  java/beans/PropertyEditorManager.java \
 > >  java/beans/PropertyEditorSupport.java \
 > >  java/beans/PropertyVetoException.java \
 > > +java/beans/Statement.java \
 > >  java/beans/SimpleBeanInfo.java \
 > >  java/beans/VetoableChangeListener.java \
 > >  java/beans/VetoableChangeListenerProxy.java \
 > 
 > Have you actually tested to compile it with this change ? This looks 
 > like hand edited and one or two changes are missing. Please use 
 > automake-gcj to regenerate Makefile.in.

I had actually made matching changes in Makefile.am and Makefile.in.
This is the change I used to build gcj (in the .in file).  What's
missing from the .am file?

Where do I find automake-gcj?  I've got automake 1.8 on my machine...

Thanks,
Jerry


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