From f5cde53719544c7445ab6fdb465e332ac5678b02 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 11 Jan 2013 15:07:10 +0200 Subject: Set version number in AC_INIT() in configure.ac only Output a solenv/inc/minor.mk based on that. Get rid of RSCVERSION and RSCREVISION. Automate the end of the copyright year range, although I am actually not sure if that is OK. Change-Id: Ibae2d139b1dd468ee80d18a2a41b786a532df809 --- config_host.mk.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 55d0fa0d3f14..ddbff7225707 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -303,6 +303,10 @@ export LIBLANGTAG_LIBS=$(gb_SPACE)@LIBLANGTAG_LIBS@ export LIBLOADER_JAR=@LIBLOADER_JAR@ export LIBMGR_X64_BINARY=@LIBMGR_X64_BINARY@ export LIBMYSQL_PATH=@LIBMYSQL_PATH@ +export LIBO_VERSION_MAJOR=@LIBO_VERSION_MAJOR@ +export LIBO_VERSION_MINOR=@LIBO_VERSION_MINOR@ +export LIBO_VERSION_MICRO=@LIBO_VERSION_MICRO@ +export LIBO_VERSION_PATCH=@LIBO_VERSION_PATCH@ export LIBPNG_CFLAGS=$(gb_SPACE)@LIBPNG_CFLAGS@ export LIBPNG_LIBS=$(gb_SPACE)@LIBPNG_LIBS@ export LIBREPOSITORY_JAR=@LIBREPOSITORY_JAR@ -- cgit