X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=2be419db4ef147b6834e91189ad40f5d4c76010e;hb=0b06fd0118ab0e486f1a426740ab3d783f31057d;hp=decd65edd06b8fa42998e84e2acceff2f85506dc;hpb=131edb2214be37bccc923b334d331454032c6665;p=lyx.git diff --git a/configure.ac b/configure.ac index decd65edd0..2be419db4e 100644 --- a/configure.ac +++ b/configure.ac @@ -282,6 +282,13 @@ LIBS="$save_LIBS" AM_CONDITIONAL(BUILD_CLIENT_SUBDIR, $lyx_client_subdir) AC_LANG_POP(C) +lyx_win_res=false; +case ${host} in + *mingw*|*cygwin*) lyx_win_res=true;; +esac +AM_CONDITIONAL(LYX_WIN_RESOURCE, $lyx_win_res) +LYX_SET_VERSION_INFO + AC_FUNC_SELECT_ARGTYPES ### Some information on what just happened @@ -402,6 +409,10 @@ AM_CONDITIONAL(MONOLITHIC_BOOST, test $enable_monolithic_boost = yes) AC_DEFINE_UNQUOTED([LYX_DATE],"$LYX_DATE",[Date of release]) AC_DEFINE_UNQUOTED([VERSION_INFO],"$VERSION_INFO",[Full version info]) +AC_DEFINE_UNQUOTED([LYX_MAJOR_VERSION],$lyx_major,[Major version number]) +AC_DEFINE_UNQUOTED([LYX_MINOR_VERSION],$lyx_minor,[Minor version number]) +AC_DEFINE_UNQUOTED([LYX_RELEASE_LEVEL],$lyx_release,[Release version number]) +AC_DEFINE_UNQUOTED([LYX_RELEASE_PATCH],$lyx_patch,[Patch version number]) ### Finish the work. AC_CONFIG_FILES([Makefile