]> git.lyx.org Git - features.git/commitdiff
disable dependency tracking by default for reLyX too
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 27 May 2003 12:57:15 +0000 (12:57 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 27 May 2003 12:57:15 +0000 (12:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7051 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/relyx_configure.ac
config/relyx_configure.in

index 250ca4a4a6024c9bf93ad832525511f1109100d7..21610fa5eacdada716455e91ad8e910e4369be5b 100644 (file)
@@ -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>
 
        * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
index 4e0c64a5af339798483da98630b4da02a1174f3f..dcc4fe9f659a025564274bb25066efebead21337 100644 (file)
@@ -7,6 +7,8 @@ AC_CONFIG_AUX_DIR(../../config)
 dnl PACKAGE=reLyX
 dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
 
+AM_MAINTAINER_MODE
+
 AC_ARG_WITH(version-suffix,
   [  --with-version-suffix[=<version>]  install lyx files as lyx<version>],
   [lyxname="lyx$withval"
index 41946e7588432fd43f744b4250deba30e8d8537a..d3f9cc5acb462717c041ab3ddd60e8e7518c042e 100644 (file)
@@ -7,6 +7,8 @@ AC_EXEEXT
 dnl PACKAGE=reLyX
 dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
 
+AM_MAINTAINER_MODE
+
 AC_ARG_WITH(version-suffix,
   [  --with-version-suffix[=<version>]  install lyx files as lyx<version>],
   [lyxname="lyx$withval"