diff options
author | Stef Walter <stef@thewalter.net> | 2008-06-02 21:40:44 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-06-02 21:40:44 +0000 |
commit | dc3a0051da04f460d32379d48da7d6f33372a7a9 (patch) | |
tree | c8229a9494db0ef593631c67f436779ea054dea0 | |
parent | 4342693fde05d127c6bb0360cfabd9ee7142abad (diff) |
Use the right name
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9d066e8..0234a09 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(cyrus-distributed-sasl-plugin, 0.0.1, stef@memberwebs.com) -AM_INIT_AUTOMAKE(cyrus-distributed-sasl-plugin, 0.0.1) +AC_INIT(sasl-delegateldap, 0.0.1, stef@memberwebs.com) +AM_INIT_AUTOMAKE(sasl-delegateldap, 0.0.1) AC_CONFIG_SRCDIR([plugin/delegateldap.c]) AM_CONFIG_HEADER([config.h]) |