]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Update po directory, new Portuguese translation
[lyx.git] / configure.ac
index a2e3c20fb8b48267a0886b0b338a45baab4d951b..2be419db4ef147b6834e91189ad40f5d4c76010e 100644 (file)
@@ -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
@@ -383,7 +390,7 @@ char * strerror(int n);
  * does: What we need is a 32bit wide wchar_t, and a libstdc++ that
  * has the needed wchar_t support and uses UCS4. Whether it
  * implements this with the help of libc, or whether it has own code
- * does not matter for us, because we don't use libc directly (Georg)
+ * does not matter for us, because we do not use libc directly (Georg)
 */
 #if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__)
 #  define USE_WCHAR_T
@@ -394,16 +401,18 @@ char * strerror(int n);
 
 
 AC_ARG_ENABLE(monolithic-boost,
-  AC_HELP_STRING([--with-monolithic-boost],
+  AC_HELP_STRING([--enable-monolithic-boost],
                [Use monolithic boost compilations]),,
-  [monolithic_boost=$withval],
-       [monolithic_boost=no]
-)
-AM_CONDITIONAL(MONOLITHIC_BOOST, test $monolithic_boost = yes)
+  [enable_monolithic_boost=no])
+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