mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
disable dependency tracking by default for reLyX too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7051 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
50fe44383b
commit
5e01b47859
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* relyx_configure.ac:
|
||||||
|
* relyx_configure.in: add AM_MAINTAINER_MODE here too.
|
||||||
|
|
||||||
2003-05-20 Angus Leeming <angus@localhost.localdomain>
|
2003-05-20 Angus Leeming <angus@localhost.localdomain>
|
||||||
|
|
||||||
* xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
|
* xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
|
||||||
|
@ -7,6 +7,8 @@ AC_CONFIG_AUX_DIR(../../config)
|
|||||||
dnl PACKAGE=reLyX
|
dnl PACKAGE=reLyX
|
||||||
dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
|
dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
|
||||||
|
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_ARG_WITH(version-suffix,
|
AC_ARG_WITH(version-suffix,
|
||||||
[ --with-version-suffix[=<version>] install lyx files as lyx<version>],
|
[ --with-version-suffix[=<version>] install lyx files as lyx<version>],
|
||||||
[lyxname="lyx$withval"
|
[lyxname="lyx$withval"
|
||||||
|
@ -7,6 +7,8 @@ AC_EXEEXT
|
|||||||
dnl PACKAGE=reLyX
|
dnl PACKAGE=reLyX
|
||||||
dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
|
dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
|
||||||
|
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_ARG_WITH(version-suffix,
|
AC_ARG_WITH(version-suffix,
|
||||||
[ --with-version-suffix[=<version>] install lyx files as lyx<version>],
|
[ --with-version-suffix[=<version>] install lyx files as lyx<version>],
|
||||||
[lyxname="lyx$withval"
|
[lyxname="lyx$withval"
|
||||||
|
Loading…
Reference in New Issue
Block a user