diff options
author | Sumit Bose <sbose@redhat.com> | 2009-09-03 13:36:22 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-03 11:17:23 -0400 |
commit | 33396dc46ea52c18f47db1b5d590880806521005 (patch) | |
tree | c37a1698a006fe55c117b06407c0b5ee89f06a8f /common/elapi | |
parent | c307d90d75cfc4de393ef4dedfcf1c4f38530ddc (diff) | |
download | sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.gz sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.bz2 sssd-33396dc46ea52c18f47db1b5d590880806521005.zip |
configure cleanups
- replaced mailing list address
- let sssd base components read version from VERSION
Diffstat (limited to 'common/elapi')
-rw-r--r-- | common/elapi/configure.ac | 2 | ||||
-rw-r--r-- | common/elapi/elapi_test/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/elapi/configure.ac b/common/elapi/configure.ac index a4db4191..010244c5 100644 --- a/common/elapi/configure.ac +++ b/common/elapi/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([elapi],[0.0.1],[freeipa-devel@redhat.com]) +AC_INIT([elapi],[0.0.1],[sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([elapi.h]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/common/elapi/elapi_test/configure.ac b/common/elapi/elapi_test/configure.ac index f2431bd3..9297acfa 100644 --- a/common/elapi/elapi_test/configure.ac +++ b/common/elapi/elapi_test/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([elapi],[0.0.1],[freeipa-devel@redhat.com]) +AC_INIT([elapi],[0.0.1],[sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([elapi_ut.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |