aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2009-04-01 17:45:10 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2009-04-01 17:45:10 +0100
commitcb19452f1e37433efbe19d9a553537ac56a4b8fa (patch)
treeaa99e4fad681c25b4f0023a8b4d86933b9c676ef /configure.ac
parent9668e9433a418e97045cf85164b8bec9e30ba513 (diff)
simplify autogen and get all modern.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9874c3c7..fc73101c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
+AC_PREREQ([2.61])
AC_INIT([ContextKit], [0.1.4~unreleased], [rob.taylor@codethink.co.uk], ContextKit)
+
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([-Wall dist-bzip2 tar-ustar 1.9])