aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGergely Risko <ext-risko.gergely@nokia.com>2009-02-19 11:08:02 +0200
committerGergely Risko <ext-risko.gergely@nokia.com>2009-02-19 11:08:02 +0200
commit4dee4c86da1a8da20eb2b7e5927acbb55a2e2313 (patch)
treea8c5a8cf8758e85d61d35d553851779431729af3 /configure.ac
parent33c7535451c874d52421936b2bdc7224f288a8f6 (diff)
Backported changes from pkg-master to master
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ff4a4234..f9d4c395 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([ContextKit], [0.1.1], [rob.taylor@codethink.co.uk], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2])
+AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 tar-ustar])
AM_MAINTAINER_MODE
# Honor aclocal flags
@@ -42,8 +42,6 @@ AC_PROG_PERL_MODULES([XML::LibXML::Reader], [],
AM_CONDITIONAL(CONTEXTKIT_BUILD_DOCS, test x$build_docs = xyes)
-AM_PATH_PYTHON([2.5])
-
AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)