From: Warren Young Date: November 7 2007 7:44pm Subject: Re: Patch: Nullable fields in SQLSS List-Archive: http://lists.mysql.com/plusplus/7143 Message-Id: <473215BB.1080604@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ddneilson wrote: > I just tried checking this out of the svn and noticed that the > ./configure script seems to be missing from the repository. It's a generated file, not an original source file, so it's not in the repo on purpose. (It's generated from configure.ac and config/* by autoconf.) Run the bootstrap script to generate it and all the other stuff you normally see in a tarball. Read the HACKERS file for more on this sort of thing. You'll also undoubtedly have to install Bakefile, for example.