mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
LyX 1.4.5 is released.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@19200 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d83d5d081
commit
e506b3fe83
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2007-07-25 José Matos <jamatos@lyx.org>
|
||||
|
||||
* LyX 1.4.5 is released.
|
||||
|
||||
2007-07-24 José Matos <jamatos@lyx.org>
|
||||
|
||||
* ANNOUNCE:
|
||||
* NEWS: Update for 1.4.5
|
||||
|
||||
* autogen.sh: automake 2.10 works (backport from 1.5).
|
||||
|
||||
2007-07-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* ANNOUNCE: update for 1.4.5.
|
||||
|
@ -1,7 +1,7 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
|
||||
AC_INIT(LyX,1.4.5svn,[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_SUBST(LYX_DATE, ["14/02/2007"])
|
||||
AC_INIT(LyX,1.4.5,[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_SUBST(LYX_DATE, ["2007/07/25"])
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR(src/main.C)
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
@ -49,7 +49,7 @@ fi
|
||||
AC_CHECK_PROGS(M4, gm4 gnum4 m4, m4)
|
||||
|
||||
# Check for installed python
|
||||
AM_PATH_PYTHON(2.2,, :)
|
||||
AM_PATH_PYTHON(2.3,, :)
|
||||
|
||||
# Work around a problem in automake 1.4: when invoking install-strip,
|
||||
# INSTALL_PROGRAM is changed to 'install -s', and since
|
||||
|
Loading…
Reference in New Issue
Block a user