diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 14:53:16 -0600 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 14:53:16 -0600 |
commit | 5a53e44a73d4fb62483e890fe348ea40d27ef573 (patch) | |
tree | d4485cf4faee5c5da92904615449aad4f3ce3a7a /configure.ac | |
parent | 492c2ff7c191e5df75140a47e4e43fa25fd16023 (diff) |
Rename to p11-kit.
A less pretentios, better description of what's going on.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c2ee23d..52bc606 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_PREREQ(2.65) AC_CONFIG_MACRO_DIR([m4]) -AC_INIT([p11-unity],[0.1],[http://bugzilla.example.com]) +AC_INIT([p11-kit],[0.1],[http://bugzilla.example.com]) -AC_CONFIG_SRCDIR([module/p11-unity.c]) +AC_CONFIG_SRCDIR([module/p11-kit.c]) AC_CONFIG_HEADERS([config.h]) dnl Other initialization |