[orca] configure.ac: Use the provided autoconf VERSION var
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] configure.ac: Use the provided autoconf VERSION var
- Date: Wed, 10 Aug 2011 19:20:36 +0000 (UTC)
commit 0a993fd77a759846ec99f2a3fd6587a2934a019a
Author: Javier JardÃn <jjardon gnome org>
Date: Wed Aug 10 19:01:25 2011 +0100
configure.ac: Use the provided autoconf VERSION var
configure.ac | 2 --
src/orca/orca_platform.py.in | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 401966b..ae7ea73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,6 @@ AC_INIT([orca],
[orca])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
-ORCA_VERSION=orca_version
-AC_SUBST(ORCA_VERSION)
dnl Gettext stuff
GETTEXT_PACKAGE=orca
diff --git a/src/orca/orca_platform.py.in b/src/orca/orca_platform.py.in
index 8b69c94..7d23826 100644
--- a/src/orca/orca_platform.py.in
+++ b/src/orca/orca_platform.py.in
@@ -28,7 +28,7 @@ __license__ = "LGPL"
# $ORCA_MAJOR_VERSION.$ORCA_MINOR_VERSION.$ORCA_MICRO_VERSION
#
-version = "@ORCA_VERSION@"
+version = "@VERSION@"
# "--prefix" parameter used when configuring the build.
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]