mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Change to 'svn' as the development tag
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13210 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3d9b16f9e2
commit
27b4472dfd
@ -1,3 +1,8 @@
|
||||
2006-02-11 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* configure.ac:
|
||||
* config/lyxinclude.m4: Use 'svn' as the development tag
|
||||
|
||||
2006-02-10 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* Delete all .cvsignore files from the source tree
|
||||
|
@ -8,7 +8,7 @@ dnl Usage LYX_CHECK_VERSION Displays version of LyX being built and
|
||||
dnl sets variables "lyx_devel_version" and "lyx_prerelease"
|
||||
AC_DEFUN([LYX_CHECK_VERSION],[
|
||||
echo "configuring LyX version $VERSION"
|
||||
if echo AC_PACKAGE_VERSION | grep 'cvs' >/dev/null ; then
|
||||
if echo AC_PACKAGE_VERSION | grep 'svn' >/dev/null ; then
|
||||
lyx_devel_version=yes
|
||||
AC_DEFINE(DEVEL_VERSION, 1, [Define if you are building a development version of LyX])
|
||||
echo "WARNING: This is a development version. Expect bugs."
|
||||
|
@ -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.0svn,[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR(src/main.C)
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user