summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-03-10Remove codegenMarc-André Lureau1-1/+1
Codegen generates code specific to spice-common submodule. It's not meant as a generic protocol header or specification. See discussion and commits about spice-common codegen re-import. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2015-08-07build-sys: Add --enable-code-generatorChristophe Fergeau1-1/+1
This flag is only used for git builds, and can usually safely be disabled. When it's enabled, configure.ac will check that python-six and pyparsing are available, and will use these together with the codegen python scripts in order to automatically regenerate enums.h when the .proto files change.
2014-12-04build-sys: simplify autogenMarc-André Lureau1-157/+10
Use autoreconf, allow out of tree autogen.sh run.
2013-03-21autogen.sh: Honor NOCONFIGURE=1Colin Walters1-1/+3
See http://people.gnome.org/~walters/docs/build-api.txt
2011-11-10autogen.sh: handle ORIGDIR with spacesAlon Levy1-1/+1
2010-02-04Add autoconf and pkg-config setupAlexander Larsson1-0/+164