summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2013-02-16 23:35:31 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2013-02-16 23:35:31 +0100
commit7a3f71b20139a36684526a74b1cbe3277bce922b (patch)
treeaece5a61b5a226813b4b6405439f01929b7e9083 /configure.ac
parent2277860db4aa8e2a23538d9015ab43954dbb86e1 (diff)
downloadzeitgeist-7a3f71b20139a36684526a74b1cbe3277bce922b.tar.gz
build: A lot of cleaning up in the build-system
- Share internal libraries - Don't ship built sources "as far possible" - Refactor src/engine.vala,src/zeitgeist-daemon.vala, src/extensions-collection.vala for shared libzeitgeist-engine - Make parallel builds work
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ee830cc..8fc5ec1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
AC_INIT([zeitgeist], [0.9.5], [dev@lists.zeitgeist-project.com], [zeitgeist])
+AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
AM_MAINTAINER_MODE([enable])
AM_PATH_PYTHON