summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-04-23build-sys: Pass --enable-python-checks when running autogen.shChristophe Fergeau1-1/+1
This will tell spice-common configure.ac to test for the availability of python-six when building from git.
2012-03-25Use the spice-common submoduleMarc-André Lureau1-2/+1
This patch will replace the common/ directory with the spice-common project. It is for now a simple project subdirectory shared with spice-gtk, but the goal is to make it a proper library later on. With this change, the spice-server build is broken. The following commits fix the build, and have been seperated to ease the review. v2 - moves all the generated marshallers to spice-common library - don't attempt to fix windows VS build, which should somehow be splitted with spice-common (or built from tarball only to avoid generation tools/libs deps) v3 - uses libspice-common-client - fix a mutex.h inclusion reported by Alon
2012-03-01build-sys: use spice-protocol as submoduleMarc-André Lureau1-0/+3
2012-03-01build-sys: cleanup, use autoreconfMarc-André Lureau1-158/+9
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
Remove any blank lines at the end of all source files
2012-01-13Death to all TABsDaniel P. Berrange1-21/+21
Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance
2010-03-24autogen: exit upon errors (subdir config)Uri Lublin1-0/+2
Signed-off-by: Uri Lublin <uril@redhat.com>
2010-03-24autogen: add possibly missing AUTOMAKE definition (subdir config)Uri Lublin1-0/+1
Signed-off-by: Uri Lublin <uril@redhat.com>
2010-03-24autogen: remove copied code - srcdir and ORIGDIR (subdir config)Uri Lublin1-7/+1
Signed-off-by: Uri Lublin <uril@redhat.com>
2009-10-14fresh startYaniv Kamay1-0/+170