summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Learn to build spice-vdagent MSI installerMarc-André Lureau1-0/+30
2013-02-15spec: Automatically substitute versionChristophe Fergeau1-0/+1
This commit generates a .spec file with the right version number when configure is run.
2012-10-31build-sys: Use git-version-genChristophe Fergeau1-6/+2
This gives much better version numbers when using git snapshots.
2012-10-01build-sys: Set version to 0.7.0 in configure.acChristophe Fergeau1-2/+2
Last tagged release was 0.6.3.
2012-10-01build-sys: Include spice-protocol in tarballsChristophe Fergeau1-0/+1
2012-06-21Add configure --enable-debugMarc-André Lureau1-0/+5
2012-06-08build-sys: statically build agentMarc-André Lureau1-0/+1
Fix build by default when using mingw (when more compiler are supported we could do case by case) Since we are statically building, strip resulting binary (we also use lto, whole-program but that doesn't seem to change much..)
2012-05-24Use spice-protocol submoduleMarc-André Lureau1-1/+0
2012-05-24mingw: link with RC file to provide needed version informationMarc-André Lureau1-0/+1
2012-05-10build-sys: fix autoreconf -vfiMarc-André Lureau1-1/+1
2012-03-01mingw: add autotools build systemChristophe Fergeau1-0/+87
This makes building with mingw much more convenient.