diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-08 21:31:38 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-08 23:22:19 +0200 |
commit | 38e6216cfd04f23ca0dbfa6bb99c5631f4891e78 (patch) | |
tree | 98626be1562557bdd4f8f306ab4d6161e1f8a825 /configure.ac | |
parent | 005ed48e70114e1f7edee76ca514049895df27bd (diff) |
kill UPD,SOURCEVERION and WORK_STAMP
Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index e5153eaa05c4..16c0ccacc424 100644 --- a/configure.ac +++ b/configure.ac @@ -164,14 +164,6 @@ AC_DEFINE_UNQUOTED(LIBO_VERSION_PATCH,$LIBO_VERSION_PATCH) LIBO_THIS_YEAR=`date +%Y` AC_DEFINE_UNQUOTED(LIBO_THIS_YEAR,$LIBO_THIS_YEAR) -# This UPD silly thing must go away soon -UPD="${LIBO_VERSION_MAJOR}${LIBO_VERSION_MINOR}0" -AC_SUBST(UPD) - -# This too should go away -SOURCEVERSION="OOO$UPD" -AC_SUBST(SOURCEVERSION) - dnl =================================================================== dnl Product version dnl =================================================================== |