summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* change version to 0.4.2Yaniv Kamay2010-01-101-1/+1
|
* spice: config: Add DISTRIBUTION and PATCHID to configure summaryUri Lublin2010-01-101-1/+1
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: server: rename spice.pc to spice-server.pcUri Lublin2010-01-101-1/+1
| | | | | Signed-off-by: Yaniv Kamay <ykamay@redhat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure: mv ffmpeg_inc.h.in from common/ to client/Uri Lublin2010-01-101-1/+1
| | | | | | | | | | | Moved common/win/ffmpeg_inc.h to client/windows/ Moved common/linux/ffmpeg_inc.h.in to client/x11/ Copied common/linux/ffmpeg_inc.h.in to server/ Update *configure.ac and */Makefile.am accordingly (* is for {common,server,client} Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: subdirs: support ./autogen.sh in a "make dist" tarball (subdir config)Uri Lublin2010-01-101-1/+1
| | | | | | | | | | | | Each subdir (common, client and server) can "make dist". This commit adds configure.ac.shared and autogen.sh to the tar file. Above files are copied from .. (spice/ directory) Also added configure.ac.shared (which is not part of "distribution" tarball) that only imports ../configure.ac.shared such that ./autogen.sh still works (on "git directories"). Signed-off-by: Uri Lublin <uril@redhat.com>
* configure.ac: use AC_CONFIG_SUBDIRS to run configure in subdirs (subdir config)Uri Lublin2010-01-101-2/+1
| | | | | | | | That's about all the work configure.ac does. Moved config.pc.in to server, and updated Makefile.am and server/Makefile.am accordingly Signed-off-by: Uri Lublin <uril@redhat.com>
* Add server/configure.ac (subdir config)Uri Lublin2010-01-101-0/+50
Enables running ./configure in server/ (as well as autoreconf or autogen.sh) Signed-off-by: Uri Lublin <uril@redhat.com>