Enables running ./configure in common/ (as well as autoreconf or autogen.sh)

Signed-off-by: Uri Lublin <u...@redhat.com>
---
 common/configure.ac |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 common/configure.ac

diff --git a/common/configure.ac b/common/configure.ac
new file mode 100644
index 0000000..c375809
--- /dev/null
+++ b/common/configure.ac
@@ -0,0 +1,27 @@
+AC_PREREQ([2.57])
+
+m4_define([SPICE_MAJOR], 0)
+m4_define([SPICE_MINOR], 4)
+m4_define([SPICE_MICRO], 1)
+
+AC_INIT(spice-common, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-common)
+
+AC_CONFIG_MACRO_DIR([m4])
+
+m4_include(../configure.ac.shared)
+
+AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h])
+AC_OUTPUT
+
+dnl ==========================================================================
+echo "
+
+        Spice Common $VERSION
+        ==============
+
+        prefix:                   ${prefix}
+        c compiler:               ${CC}
+        c++ compiler:            ${CXX}
+
+        Now type 'make' to build $PACKAGE
+"
-- 
1.6.5.2


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Spice-space-devel mailing list
Spice-space-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spice-space-devel

Reply via email to