From 33396dc46ea52c18f47db1b5d590880806521005 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 3 Sep 2009 13:36:22 +0200 Subject: configure cleanups - replaced mailing list address - let sssd base components read version from VERSION --- common/configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/configure.ac') 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]) -- cgit