summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-09-03 13:36:22 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-09-03 11:17:23 -0400
commit296e1a49e64ee91710dfde93ba33e02d6caad02f (patch)
tree72acd070fa2021024b844fbc0e6dcd921769caab /configure.ac
parentd616d46da799d2aacac1800bddb0f56f2dfd6042 (diff)
downloadding-libs-296e1a49e64ee91710dfde93ba33e02d6caad02f.tar.gz
ding-libs-296e1a49e64ee91710dfde93ba33e02d6caad02f.tar.xz
ding-libs-296e1a49e64ee91710dfde93ba33e02d6caad02f.zip
configure cleanups
- replaced mailing list address - let sssd base components read version from VERSION
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc6b42c..d069708 100644
--- a/configure.ac
+++ b/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])