where/when is autogen.sh generated

Started by mac4, December 30, 2004, 21:49:53

Previous topic - Next topic

mac4

Hello-

I extracted the CVS tree today and attempted to build the tree from scratch. I am interested in building my own shared libraries, so I want the src/native directory to be built.

Using the "ant all" target (which is what I want right?), I get an error when running the "build.sh" script stating autogen.sh does not exist. Sure enough, the file does not exist, and after looking at one of the change logs there is a note about that file being auto generated.

My question is: Why is it not getting auto generated? I grepped the tree for references to automake, aclocal, autoconf, and found only references in change logs which did not answer my questions. I also looked for .ac and .in file, and found none.

What am I missing? How do I build the shared libs?

Sorry if the is a repeat question, but there was a reference to a thread which sounded like it discussed a similar issue but the link was broken. If someone can refer me to that discussion, thanks in advance.

BTW- the platform is linux, and I believe I have all the tools required.

Many thanks! Looking forward to trying lwjgl out!

Matzon

the autogen stuff was removed coz it was a menace to work with
you.

just go to src/native/linux/ and do a make