configure: add a proper configure script

It's not very good, but it supports all of the options by the
previous far-worse Makefile configure targets, and also now supports
out-of-tree builds.

Also include the relevent updates to the .buildbot script and
.gitignore.
This commit is contained in:
2017-05-28 23:08:13 -07:00
parent ba534f81e4
commit 6a9e8b06a7
5 changed files with 137 additions and 58 deletions

4
.gitignore vendored
View File

@@ -10,4 +10,6 @@ build/*
*.gcda
*[#]*[#]
doxygen/*
buildbot-upload/*
buildbot-upload/*
*/config.mak
*\~