aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2018-03-06 10:40:06 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-03-07 16:52:51 +0300
commit80b9a1e4d6a297ac916cbaf360e7b2114ef86a7a (patch)
tree627ded5e2841fbeef077e4851fea7fc1799fc18c /configure.ac
parent7135eda6854ba60d6379ca5799b4b58959e998b5 (diff)
linux-gen: version: implementation name content
Removed quotes from implementation name (from "odp-linux" to odp_linux). Added ODP_ prefix to name and build version macros. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f9e7f73b8..31f24aa89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,7 @@ AS_IF([test "${with_platform}" = "linux-generic"],
[m4_include([./platform/linux-generic/m4/configure.m4])],
[AC_MSG_ERROR([UNSUPPORTED PLATFORM: ${with_platform}])])
-AC_DEFINE_UNQUOTED([IMPLEMENTATION_NAME], ["$IMPLEMENTATION_NAME"],
+AC_DEFINE_UNQUOTED([ODP_IMPLEMENTATION_NAME], ["$ODP_IMPLEMENTATION_NAME"],
[Define to the name of the implementation])
##########################################################################
@@ -385,7 +385,7 @@ AC_MSG_RESULT([
ODP Library version: ${ODP_LIBSO_VERSION}
Helper Library version: ${ODPHELPER_LIBSO_VERSION}
- implementation_name: ${IMPLEMENTATION_NAME}
+ implementation_name: ${ODP_IMPLEMENTATION_NAME}
host: ${host}
ARCH_DIR ${ARCH_DIR}
ARCH_ABI ${ARCH_ABI}