summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Behrens <holger.behrens@windriver.com>2014-11-17 17:08:08 +0100
committerGuy Sagnes <guy.sagnes@continental-corporation.com>2015-03-27 16:44:51 +0100
commitd64b62a16e672c93a8c2b73342c076947980452d (patch)
tree0a8a201e8dddc2490023754fd921c34dbabb0f90
parentb27fe577fcef7bf57d8d287f56e8dfd6ac60b1f0 (diff)
downloadpersistence-common-object-d64b62a16e672c93a8c2b73342c076947980452d.tar.gz
configure.ac: fix typo
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8aca2db..e3564ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ m4_define([PERSCOMMON_LIB_VERSION_N],[1001001])
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_INIT([persistence-common],[LIBPERSOCOMMON_VERSION_S()])
+AC_INIT([persistence-common],[PERSCOMMON_PACKAGE_VERSION_S])
AC_COPYRIGHT([Copyright (c) 2012 Continental Automotive GmbH])
AC_PREREQ([2.50])