mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 01:27:20 +00:00
Add common/configure.ac (subdir config)
Enables running ./configure in common/ (as well as autoreconf or autogen.sh) Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
f82bb9cc0c
commit
abe5233ca3
27
common/configure.ac
Normal file
27
common/configure.ac
Normal file
@ -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
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user