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: I broke the build



Adam> Okay, for some reason AC_HEADER_SYS_WAIT() isn't defining
Adam> HAVE_SYS_WAIT_H on Linux (I only tested mingw, yes I know this
Adam> is bad).

Tom Tromey <tromey@redhat.com> writes:
> I think you forgot to run autoheader.  I'm verifying that this is
> the problem.  I'll check it in once I'm certain.

[Adam reads more about how autoheader works]

Oh, I see now. I thought configure wrote out config.h automatically. I
guess you need config.in.h in case you want to manually add stuff to
config.h using @VARIABLESUBSTITIUTION@'s.

Thanks for fixing this =)

> FYI, you have to add a ChangeLog entry for every change, even one
> that just backs out an earlier change.

Oh, sorry about that. I'll make sure to do so in the future.

Actually, if that's the case, why is there duplicated information
between ChangeLog and the CVS history? Wouldn't just one of the two be
enough?

  - a


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