spice-protocol/configure.ac
Yonit Halperin abfdf4d8ab Release 0.8.2
semi-seamless migration RHBZ 738262
2011-09-19 11:37:19 +03:00

20 lines
352 B
Plaintext

AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 8)
m4_define([SPICE_MICRO], 2)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
AC_OUTPUT([
Makefile
spice-protocol.pc
spice/Makefile
])