summaryrefslogtreecommitdiffstats
path: root/configure.ac.shared
Commit message (Collapse)AuthorAgeFilesLines
* spice: configure: check spice-common version of 0.4.2 instead of 0.4.1Uri Lublin2010-01-141-1/+1
| | | | | | | | | | This only affects spice-client and spice-server builds that are configured with --with-spice-common (which means that are using an installed spice-common package). Version has been increased to 0.4.2 lately. Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: config: Add DISTRIBUTION and PATCHID to configure summaryUri Lublin2010-01-101-0/+8
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure.ac.shared: add PATCHID and DISTRIBUTION variables (subdir ↵Uri Lublin2010-01-101-0/+12
| | | | | | | | | | config) Define them with ./configure PATCHID=id DISTRIBUTION=dist They appear in config.h Add them to your version-printing function. Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure.ac.shared: add option to use spice-common package (subdir ↵Uri Lublin2010-01-101-0/+15
| | | | | | | | | | config) Run ./configure --with-spice-common to use spice-common sources from spice-common package, instead of source in spice/common/ directory. This is usefull when building the spice client or spice server out of a "distribution" tarball, when ../common directory does not exist.
* configure.ac.shared: prefer ffmpeg-spice (if exists) over ffmpeg (subdir config)Uri Lublin2010-01-101-6/+16
| | | | | | | | If ffmpeg-spice exists use ffmpeg-spice. If ffmpeg-spice does not exist and ffmpeg exists, use ffmpeg If none exist, fail. Signed-off-by: Uri Lublin <uril@redhat.com>
* configure.ac: check for (and require) cairo-spice instead of qspiceUri Lublin2010-01-101-3/+3
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* configure.ac: move most checks to configure.ac.shared (subdir config)Uri Lublin2010-01-101-0/+245
... and m4_include it in configure.ac Later all configure.ac in subdirs will m4_include it too. This patch changes nothing really, just moves lines from one file to another. Signed-off-by: Uri Lublin <uril@redhat.com>