summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-02 19:42:38 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-02 19:46:41 +0000
commitb789c65d0ba2ce4b4844808166c2775b1e50b00f (patch)
treef59c766211fee5f0a9117a3752d790f109afa889
parent62b1fadc6711a7152961086d92d1ef4d876768b2 (diff)
downloadpersistence-common-object-b789c65d0ba2ce4b4844808166c2775b1e50b00f.tar.gz
Fix variable name
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index badd5c6..21cf50b 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])