X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=30694a6bbbe3dd0d71029ad32a07f966a7c3f21f;hb=2b99cacec99619b7c73c31c6e1354f503e9c6c26;hp=ed525bb8c9c28567d0fa86d11a3029b423b8aafb;hpb=abae9cd579356539b48aae892e1bf02d168b676a;p=lyx.git diff --git a/configure.ac b/configure.ac index ed525bb8c9..30694a6bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.0.0alpha3,[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, ["2010-05-11"]) +AC_SUBST(LYX_DATE, ["2010-06-15"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -289,6 +289,13 @@ char * strerror(int n); #define BOOST_NO_WREGEX 1 #define BOOST_NO_WSTRING 1 +// TR1 regex not supported in GCC <= 4.5 +#ifndef LYX_USE_TR1 +# if __GNUC__ == 4 +# define LYX_USE_TR1 +# endif +#endif + #ifdef __CYGWIN__ # define NOMINMAX # define BOOST_POSIX 1