]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Remove undisclosed imports (from xxx import *)
[lyx.git] / configure.ac
index f61adefc747d419acb7ee33e5d08025c87aca562..4be32fa9c0b8e79c88b018037b3397af1ad6f22f 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT([LyX],[2.4.0-RC1-devel],[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT([LyX],[2.5.0~devel],[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2022-12-11"])
+AC_SUBST(LYX_DATE, ["2024-04-01"])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])
@@ -40,9 +40,7 @@ for file in config/install-sh ; do
 done
 
 # Find a suitable python interpreter
-LYX_PATH_PYTHON23([2.7.0], [3.5.0])
-# do the usual python setup stuff
-AM_PATH_PYTHON
+AM_PATH_PYTHON([3.8.0])
 
 # Tools for creating libraries (note that we do not use libtool)
 AM_PROG_AR
@@ -313,6 +311,7 @@ char * strerror(int n);
 #  define USE_WCHAR_T
 #endif
 
+
 #endif
 ])