summaryrefslogtreecommitdiffstats
path: root/collection
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-09-03 13:36:22 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-09-03 11:17:23 -0400
commit296e1a49e64ee91710dfde93ba33e02d6caad02f (patch)
tree72acd070fa2021024b844fbc0e6dcd921769caab /collection
parentd616d46da799d2aacac1800bddb0f56f2dfd6042 (diff)
downloadding-libs2-296e1a49e64ee91710dfde93ba33e02d6caad02f.tar.gz
ding-libs2-296e1a49e64ee91710dfde93ba33e02d6caad02f.tar.xz
ding-libs2-296e1a49e64ee91710dfde93ba33e02d6caad02f.zip
configure cleanups
- replaced mailing list address - let sssd base components read version from VERSION
Diffstat (limited to 'collection')
-rw-r--r--collection/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/configure.ac b/collection/configure.ac
index 290a310..4858bc6 100644
--- a/collection/configure.ac
+++ b/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])