From 296e1a49e64ee91710dfde93ba33e02d6caad02f Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 3 Sep 2009 13:36:22 +0200 Subject: configure cleanups - replaced mailing list address - let sssd base components read version from VERSION --- collection/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collection') 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]) -- cgit