summaryrefslogtreecommitdiffstats
path: root/common/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/configure.ac')
-rw-r--r--common/configure.ac4
1 files changed, 3 insertions, 1 deletions
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])