]> git.lyx.org Git - lyx.git/commitdiff
Make maintainer mode optional (default off)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 28 Mar 2003 17:35:32 +0000 (17:35 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 28 Mar 2003 17:35:32 +0000 (17:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6613 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
INSTALL
config/ChangeLog
config/configure.ac
config/configure.in

index 2433626cbe2941657cc08ff7b8df5dcc6dfa089b..8a4e884396c292fb1bbb6cc6443b9dd28c351d92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/INSTALL b/INSTALL
index eaf95e4f32fe99fa58435e9e8473ce0c93e208b9..2814f29657d890e5ce9322c314426c1c5ae1f300 100644 (file)
--- a/INSTALL
+++ b/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`/".
index f6da773e92de929e1152da9c82ae297e62b620c6..4b8ceea78449979b4862d8aba5f83c81f8b34d41 100644 (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:
index 47933ddfb0e8e12bcc7457d79107f3d34a3ff827..24bdddad2de21a725f6def57f08fe4d990246dd3 100644 (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"
index bc9caf7a690c52184a83ca4c504fe60151c4c8b6..88316514a94cb3004fd3b698bb521c043121bbd6 100644 (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"