spice/common/configure.ac
Uri Lublin b23e84ce37 common: add spice-common.pc (subdir config)
The package-config file is to be used when ../common
is not available, e.g. when building each subdir
separately.

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:45:42 +02:00

28 lines
630 B
Plaintext

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 spice-common.pc])
AC_OUTPUT
dnl ==========================================================================
echo "
Spice Common $VERSION
==============
prefix: ${prefix}
c compiler: ${CC}
c++ compiler: ${CXX}
Now type 'make' to build $PACKAGE
"