mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Make maintainer mode optional (default off)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6613 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f09a4d35c
commit
27bd644375
@ -1,3 +1,7 @@
|
||||
2003-03-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* INSTALL: mention --enable-maintainer-mode
|
||||
|
||||
2003-03-25 John Levon <levon@movementarian.org>
|
||||
|
||||
* autogen.sh: add aspell.m4
|
||||
|
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-25 John Levon <levon@movementarian.org>
|
||||
|
||||
* Makefile.am:
|
||||
|
@ -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.4.0cvs"
|
||||
|
@ -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.4.0cvs"
|
||||
|
Loading…
Reference in New Issue
Block a user