summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2010-01-10 14:18:09 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 19:46:54 +0200
commitaccabb79b10477a25e77ffff0088bb352b936d9f (patch)
tree60de6af62354908234f8a1e51f578421e8868273
parent236b692a78964d08287b9adc208fda9e2b0a989b (diff)
downloadspice-accabb79b10477a25e77ffff0088bb352b936d9f.tar.gz
spice-accabb79b10477a25e77ffff0088bb352b936d9f.tar.xz
spice-accabb79b10477a25e77ffff0088bb352b936d9f.zip
spice: common: Do not m4_include configure.ac.shared (subdir config)
There are some requirement checks in configure.ac.shared that spice-common does not need to do. Signed-off-by: Uri Lublin <uril@redhat.com>
-rw-r--r--common/configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/common/configure.ac b/common/configure.ac
index 0e513160..4cd94222 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