diff options
Diffstat (limited to 'common/collection')
-rw-r--r-- | common/collection/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/collection/configure.ac b/common/collection/configure.ac index 81e65e6a..573b45e9 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 |