X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=3fadab088d4d697ce069423b205fe2b9b2b8d9f3;hb=3ef646a5be78004449ca096ce289057b936fc302;hp=7668c7d21b81f6162b092df5ea31f9e3c9f6ef29;hpb=6e3f215e0f92b32fc6cc6df6e5f49000ae0dd7cb;p=lyx.git diff --git a/configure.ac b/configure.ac index 7668c7d21b..3fadab088d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.6.0svn,[lyx-devel@lists.lyx.org],[lyx]) -AC_SUBST(LYX_DATE, ["Thu, Aug 28, 2008"]) +AC_INIT(LyX,1.6.0rc3,[lyx-devel@lists.lyx.org],[lyx]) +AC_SUBST(LYX_DATE, ["Fri, Sep 26, 2008"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -38,7 +38,7 @@ dnl AC_PROG_MAKE_SET dnl AC_PROG_INSTALL # Check for installed python -AM_PATH_PYTHON(2.3,, :) +AM_PATH_PYTHON(2.3.4,, :) # Work around a problem in automake 1.4: when invoking install-strip, # INSTALL_PROGRAM is changed to 'install -s', and since