* Cygwin configure
@ 2002-05-02 2:18 Jerome Marc
2002-05-02 10:57 ` Tom Tromey
0 siblings, 1 reply; 2+ messages in thread
From: Jerome Marc @ 2002-05-02 2:18 UTC (permalink / raw)
To: java
AC_EXEEXT seems to be required in libjava/configure.in
Without this, the EXEEXT variable isn't set by Cygwin automake.
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Cygwin configure
2002-05-02 2:18 Cygwin configure Jerome Marc
@ 2002-05-02 10:57 ` Tom Tromey
0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2002-05-02 10:57 UTC (permalink / raw)
To: Jerome Marc; +Cc: java
>>>>> "Jerome" == Jerome Marc <marcjero@yahoo.com> writes:
Jerome> AC_EXEEXT seems to be required in libjava/configure.in
Jerome> Without this, the EXEEXT variable isn't set by Cygwin automake.
Search in libjava/acinclude.m4 for AC_EXEEXT. Part of the comment
there is wrong (now we do build a program).
As a test I changed that block of code to just AC_EXEEXT, rebuilt
configure, removed config.cache, and then re-ran configure. I had
problems, but now I think those aren't related to AC_EXEEXT.
So in sum, doing this is probably safe. I'll submit a patch once I've
tracked down this other problem and verified it.
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-02 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-02 2:18 Cygwin configure Jerome Marc
2002-05-02 10:57 ` Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).