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: Effecting MKDIR_TAKES_ONE_ARG for fastjar


>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:

>> Note that config.h is also a generated file.
>> It is made by `autoheader'.

Ranjit> Thanks. Note that the changes were against *config.h.in* and
Ranjit> not config.h per se.

Sorry, I meant config.h.in.
config.h.in is generated by autoheader.
config.h is generated by configure.

Ranjit> On a slightly off-topic note, I notice that "configure" is
Ranjit> quite different from what autoconf would generate from
Ranjit> "configure.in" - what gives?

Ranjit> For example, "configure" checks for MinGW (and CYGWIN)
Ranjit> environments, but "configure.in" doesn't have anything
Ranjit> to do with it...

configure.in isn't the whole story.  Some checks in configure are in
autoconf itself.  Some are in aclocal.m4.

Tom


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