summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-19 08:26:05 -0400
committerSimo Sorce <ssorce@redhat.com>2009-05-19 11:09:45 -0400
commit0a6de98efdfdd6108ca3394129d1eed873715df6 (patch)
tree16195c1f9b34656f7c538e4dc9240e0f4f04bd70 /common
parent84ae5edab16ad6be5e3be956cb6fa031c1428eb5 (diff)
downloadsssd-0a6de98efdfdd6108ca3394129d1eed873715df6.tar.gz
sssd-0a6de98efdfdd6108ca3394129d1eed873715df6.tar.xz
sssd-0a6de98efdfdd6108ca3394129d1eed873715df6.zip
Use freeipa-devel@redhat.com for bug reports
Diffstat (limited to 'common')
-rw-r--r--common/collection/configure.ac4
-rw-r--r--common/configure.ac2
-rw-r--r--common/ini/configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/common/collection/configure.ac b/common/collection/configure.ac
index 81e65e6a8..573b45e91 100644
--- a/common/collection/configure.ac
+++ b/common/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/common/configure.ac b/common/configure.ac
index cae2c5b37..70d217171 100644
--- a/common/configure.ac
+++ b/common/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/common/ini/configure.ac b/common/ini/configure.ac
index 503b3c670..5a88c9fa5 100644
--- a/common/ini/configure.ac
+++ b/common/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])