diff options
author | Sumit Bose <sbose@redhat.com> | 2009-09-03 13:36:22 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-03 11:17:23 -0400 |
commit | 33396dc46ea52c18f47db1b5d590880806521005 (patch) | |
tree | c37a1698a006fe55c117b06407c0b5ee89f06a8f /common/collection/configure.ac | |
parent | c307d90d75cfc4de393ef4dedfcf1c4f38530ddc (diff) | |
download | sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.gz sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.xz sssd-33396dc46ea52c18f47db1b5d590880806521005.zip |
configure cleanups
- replaced mailing list address
- let sssd base components read version from VERSION
Diffstat (limited to 'common/collection/configure.ac')
-rw-r--r-- | common/collection/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/configure.ac b/common/collection/configure.ac index 290a31017..4858bc61f 100644 --- a/common/collection/configure.ac +++ b/common/collection/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([collection],[0.3.3],[freeipa-devel@redhat.com]) +AC_INIT([collection],[0.3.3],[sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([collection.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |