diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2013-01-24 12:03:38 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2013-02-15 20:06:32 +0100 |
commit | 0399b981580d6c39307fde506dabf7655931d2c3 (patch) | |
tree | 4cb129208bfdceaa5ed49dafcaf64ee7d96f1215 /configure.ac | |
parent | 9a08d00fd28885c522ba1423b1fc19131b62c570 (diff) |
spec: Automatically substitute version
This commit generates a .spec file with the right version number
when configure is run.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3fb17ee..12329b4 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,7 @@ dnl --------------------------------------------------------------------------- AC_CONFIG_SUBDIRS([spice-protocol]) AC_CONFIG_FILES([ Makefile +mingw-spice-vdagent.spec ]) AC_OUTPUT |