Where's configure?

Sorry for the noob q…

I’ve read the README and scoured the wikis and eventually found the configure script in the shipped release…

How come the configure script is not in the git repo?

Cheers,
Corin.

Sorry for the noob q…

I’ve read the README and scoured the wikis and eventually found the
configure script in the shipped release…

How come the configure script is not in the git repo?

The configure script is generated by autoconf for the shipped releases.
If you’re using a git checkout, you want to use configure.ac instead
which will transparently regenerate the configure script for you fresh
each time.

Thomas