aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2008-11-11 11:52:48 +0000
committerRob Taylor <rob.taylor@codethink.co.uk>2008-11-11 11:52:48 +0000
commit112f8e6e95334cbb67e833b3902716259b50f72a (patch)
tree1b63b0b96eba898fd794cf3fa6c5c25a10b1d792 /configure.ac
parent25698bb4816f1fed67b675b1885bd835e21d3b66 (diff)
Make distcheck work. Fix up tarball name.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a6e63c13..198b1b80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([ContextKit], [0.1.0], [rob.taylor@codethink.co.uk], [contextd])
+AC_INIT([ContextKit], [0.1.0], [rob.taylor@codethink.co.uk], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2])