need to define variables GENERATION and GENERATION_SHORT for .nsi file

This commit is contained in:
Vadim Kurland
2012-03-19 14:17:02 -07:00
parent bf72cebcf6
commit a576ebac58
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -19,6 +19,7 @@ dnl
. ./VERSION
RELEASE_NUM=$BUILD_NUM
GENERATION_SHORT=$(echo $GENERATION | sed 's/\.//')
AC_DEFINE_UNQUOTED(BUILD_NUM, "$BUILD_NUM")
AC_SUBST(BUILD_NUM)
@@ -28,6 +29,8 @@ AC_SUBST(FWB_MAJOR_VERSION)
AC_SUBST(FWB_MINOR_VERSION)
AC_SUBST(FWB_MICRO_VERSION)
AC_SUBST(FWB_VERSION)
AC_SUBST(GENERATION)
AC_SUBST(GENERATION_SHORT)
# libfwbuilder versions
dnl AC_SUBST(LIBFWBUILDER_VERSION)