summaryrefslogtreecommitdiffstats
path: root/common/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/configure.ac')
-rw-r--r--common/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/configure.ac b/common/configure.ac
index f36a9886b..7496ffe50 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -1,5 +1,6 @@
+m4_include([../version.m4])
AC_INIT([sssd_libs],
- m4_esyscmd([cat ../VERSION |head -n1 | tr -d '\n']),
+ VERSION_NUMBER,
[sssd-devel@lists.fedorahosted.org])
AC_CONFIG_SRCDIR([README])
AC_CONFIG_AUX_DIR([build])