]> git.lyx.org Git - features.git/commitdiff
move the maintainer-mode check a bit later
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 3 Apr 2003 12:50:15 +0000 (12:50 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 3 Apr 2003 12:50:15 +0000 (12:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6702 a592a061-630c-0410-9148-cb99ea01b6c8

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

index 4b8ceea78449979b4862d8aba5f83c81f8b34d41..87bff5b1f9032053950340fab84353720f27e415 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in: 
+       * configure.ac: move AM_MAINTAINER_MODE later
+
 2003-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * configure.in: 
index 24bdddad2de21a725f6def57f08fe4d990246dd3..1889ba8118db3b114fc490dc2539d5b49e730967 100644 (file)
@@ -6,12 +6,12 @@ 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"
 LYX_CHECK_VERSION
 
+AM_MAINTAINER_MODE
 AC_CANONICAL_TARGET
 
 LYX_VERSION_SUFFIX
index 88316514a94cb3004fd3b698bb521c043121bbd6..d5decc2ff82c71723ad44267ef78b6d96a65b168 100644 (file)
@@ -6,12 +6,12 @@ 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"
 LYX_CHECK_VERSION
 
+AM_MAINTAINER_MODE
 AC_CANONICAL_SYSTEM
 
 LYX_VERSION_SUFFIX