There are some requirement checks in configure.ac.shared that spice-common does not need to do.
Signed-off-by: Uri Lublin <u...@redhat.com> --- common/configure.ac | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/common/configure.ac b/common/configure.ac index 0e51316..4cd9422 100644 --- a/common/configure.ac +++ b/common/configure.ac @@ -7,8 +7,14 @@ m4_define([SPICE_MICRO], 1) AC_INIT(spice-common, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-common) AC_CONFIG_MACRO_DIR([m4]) +AM_CONFIG_HEADER([config.h]) +AC_CONFIG_AUX_DIR(.) -m4_include(configure.ac.shared) +AM_INIT_AUTOMAKE([dist-bzip2]) +AM_MAINTAINER_MODE + +AC_PROG_INSTALL +AC_CANONICAL_HOST AC_CONFIG_FILES([Makefile spice-common.pc]) AC_OUTPUT -- 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