summaryrefslogtreecommitdiffstats
path: root/common/refarray/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/refarray/configure.ac')
-rw-r--r--common/refarray/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/refarray/configure.ac b/common/refarray/configure.ac
index b220c521f..ebcfaa6d4 100644
--- a/common/refarray/configure.ac
+++ b/common/refarray/configure.ac
@@ -1,6 +1,5 @@
-m4_include([../../version.m4])
-AC_INIT([sssd_libs],
- VERSION_NUMBER,
+AC_INIT([ref_array],
+ 0.1.0,
[sssd-devel@lists.fedorahosted.org])
AC_CONFIG_SRCDIR([ref_array.c])
AC_CONFIG_AUX_DIR([build])