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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d8d092af5..d908dbb50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,6 @@ -AC_INIT([sssd], [0.5.0], [freeipa-devel@redhat.com]) +AC_INIT([sssd], + m4_esyscmd([cat VERSION |head -n1 | tr -d '\n']), + [sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([BUILD.txt]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |