mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Make maintainer mode optional (default off)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6612 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
08102c0ffd
commit
e8e74c1d70
@ -1,3 +1,7 @@
|
||||
2003-03-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* INSTALL: mention --enable-maintainer-mode
|
||||
|
||||
2003-03-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* status.13x: back to 1.3.2cvs
|
||||
|
4
INSTALL
4
INSTALL
@ -223,6 +223,10 @@ Moreover, the following generic configure flags may be useful:
|
||||
o --mandir=DIRECTORY gives the directory where the man pages will go.
|
||||
[defaults to ${prefix}/man]
|
||||
|
||||
o --enable-mainainer-mode enables some code that automatically
|
||||
rebuilds the configure script, makefiles templates and other useful
|
||||
files when needed. This is off by default, to avoid surprises.
|
||||
|
||||
Note that the --with-extra-* commands are not really robust when it
|
||||
comes to use of relative paths. If you really want to use a relative path
|
||||
here, you can prepend it with "`pwd`/".
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-03-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.in:
|
||||
* configure.ac: use AM_MAINTAINER_MODE
|
||||
|
||||
2003-03-20 Kayvan Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR(src/main.C)
|
||||
AM_CONFIG_HEADER([src/config.h])
|
||||
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
PACKAGE=lyx${program_suffix}
|
||||
VERSION="1.3.2cvs"
|
||||
|
@ -6,6 +6,7 @@ AM_CONFIG_HEADER(src/config.h)
|
||||
dnl This is a trick to make autoheader do the right thing
|
||||
dnl AM_CONFIG_HEADER(src/config.h)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
PACKAGE=lyx${program_suffix}
|
||||
VERSION="1.3.2cvs"
|
||||
|
@ -51,6 +51,8 @@ What's new
|
||||
|
||||
- fix float placement text not being updated in Document dialog [Qt only]
|
||||
|
||||
- fix duplicate keyboard accelerator in the paragraph dialog [Qt only]
|
||||
|
||||
- fix loading of included files that are under revision control
|
||||
|
||||
- the Home/End keys no longer mark the document as "(changed)"
|
||||
@ -63,4 +65,5 @@ What's new
|
||||
|
||||
- fix bug in generation of the RPM spec file for the Qt frontend
|
||||
|
||||
- fix duplicate keyboard accelerator in the paragraph dialog [Qt only]
|
||||
- make automatic generation of autoscripts optional; this was annoying
|
||||
for patches.
|
||||
|
Loading…
x
Reference in New Issue
Block a user