X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8dce1a6db07a950d67dc2db2aba84a63f8c947e8;hb=546a6a2a310b12fa0d3692cca10920a938f07f9c;hp=b837cd538697217c93082b2977cdd37fa0c2dc8c;hpb=50310de67b7b0267048b3a13c8f2d6e2c925d081;p=lyx.git diff --git a/configure.ac b/configure.ac index b837cd5386..8dce1a6db0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process with autoconf to generate configure script -*- sh -*- AC_INIT(LyX,2.3.0dev,[lyx-devel@lists.lyx.org],[lyx]) AC_PRESERVE_HELP_ORDER # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2017-08-14"]) +AC_SUBST(LYX_DATE, ["2017-10-31"]) AC_PREREQ(2.65) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -395,6 +395,7 @@ AC_CONFIG_FILES([Makefile \ src/Makefile \ src/tex2lyx/Makefile \ src/tex2lyx/tex2lyx.1:src/tex2lyx/tex2lyx.1in \ + src/convert/Makefile \ src/support/Makefile \ src/frontends/Makefile \ src/frontends/qt4/Makefile