From 2fa6bad1c902a3e76ecd57d1dd2bf9a3d287e381 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 19 May 2009 08:26:05 -0400 Subject: Use freeipa-devel@redhat.com for bug reports --- collection/configure.ac | 4 ++-- configure.ac | 2 +- ini/configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/collection/configure.ac b/collection/configure.ac index 81e65e6..573b45e 100644 --- a/collection/configure.ac +++ b/collection/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([collection], [0.3.3], [dpal@redhat.com]) +AC_INIT([collection], [0.3.3], [freeipa-devel@redhat.com]) AC_CONFIG_SRCDIR([collection.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) @@ -17,4 +17,4 @@ AC_ARG_ENABLE([trace], AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TRACE_VAR],["-DTRACE_LEVEL=$trace_level"])]) AC_CONFIG_FILES([Makefile collection.pc]) -AC_OUTPUT \ No newline at end of file +AC_OUTPUT diff --git a/configure.ac b/configure.ac index cae2c5b..70d2171 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sssd_libs], [0.4.0], [sgallagh@redhat.com]) +AC_INIT([sssd_libs], [0.4.0], [freeipa-devel@redhat.com]) AC_CONFIG_SRCDIR([README]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/ini/configure.ac b/ini/configure.ac index 503b3c6..5a88c9f 100644 --- a/ini/configure.ac +++ b/ini/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ini_config], [0.3.3], [dpal@redhat.com]) +AC_INIT([ini_config], [0.3.3], [freeipa-devel@redhat.com]) AC_CONFIG_SRCDIR([ini_config.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- cgit