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:
Jean-Marc Lasgouttes 2003-03-28 17:35:32 +00:00
parent 0f09a4d35c
commit 27bd644375
5 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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`/".

View File

@ -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:

View File

@ -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"

View File

@ -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"