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 | |
parent | c307d90d75cfc4de393ef4dedfcf1c4f38530ddc (diff) | |
download | sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.gz sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.xz sssd-33396dc46ea52c18f47db1b5d590880806521005.zip |
configure cleanups
- replaced mailing list address
- let sssd base components read version from VERSION
Diffstat (limited to 'common')
-rw-r--r-- | common/collection/configure.ac | 2 | ||||
-rw-r--r-- | common/configure.ac | 4 | ||||
-rw-r--r-- | common/elapi/configure.ac | 2 | ||||
-rw-r--r-- | common/elapi/elapi_test/configure.ac | 2 | ||||
-rw-r--r-- | common/ini/configure.ac | 2 |
5 files changed, 7 insertions, 5 deletions
diff --git a/common/collection/configure.ac b/common/collection/configure.ac index 290a31017..4858bc61f 100644 --- a/common/collection/configure.ac +++ b/common/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]) diff --git a/common/configure.ac b/common/configure.ac index dc6b42c97..d069708c1 100644 --- a/common/configure.ac +++ b/common/configure.ac @@ -1,4 +1,6 @@ -AC_INIT([sssd_libs], [0.4.0], [freeipa-devel@redhat.com]) +AC_INIT([sssd_libs], + m4_esyscmd([cat ../VERSION |head -n1 | tr -d '\n']), + [sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([README]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/common/elapi/configure.ac b/common/elapi/configure.ac index a4db41915..010244c58 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 f2431bd38..9297acfa8 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]) diff --git a/common/ini/configure.ac b/common/ini/configure.ac index c4732cf79..c59912443 100644 --- a/common/ini/configure.ac +++ b/common/ini/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ini_config],[0.3.3],[freeipa-devel@redhat.com]) +AC_INIT([ini_config],[0.3.3],[sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([ini_config.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |