git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10682 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-12-23 19:00:36 +00:00
parent 908f814920
commit d7bf15921d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-23 Lars Gullik Bjonnes <larsbj@lyx.org>
* configure.ac: pre3
2005-12-23 Lars Gullik Bjonnes <larsbj@lyx.org>
* autogen.sh (AUTOMAKE): add --force-missing to args.

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,1.4.0cvs,[lyx-devel@lists.lyx.org],[lyx])
AC_INIT(LyX,1.4.0pre3,[lyx-devel@lists.lyx.org],[lyx])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.C)
AC_CONFIG_HEADERS([src/config.h])