]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
updated compile instructions for the MSVC 2010 / CMake environment
[lyx.git] / configure.ac
index b44d3da6c558812a7bb76e49bbbcfc4b0ecdf2f3..864763c9e3cfbc791eeecd9295abd5bf70c0fe94 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.0.0beta4,[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT(LyX,2.0.0svn,[lyx-devel@lists.lyx.org],[lyx])
 # Use ISO format only. The frontend needs to parse this
 AC_SUBST(LYX_DATE, ["2011-02-07"])
 AC_PREREQ(2.52)
@@ -97,6 +97,7 @@ AC_SUBST(LIBPSAPI)
 AC_CHECK_LIB(gdi32, main)
 
 LYX_USE_INCLUDED_BOOST
+LYX_USE_INCLUDED_MYTHES
 
 # Needed for our char_type
 AC_CHECK_SIZEOF(wchar_t)