move the maintainer-mode check a bit later

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6702 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-04-03 12:50:15 +00:00
parent a1acf94193
commit 2e994e75e2
3 changed files with 7 additions and 2 deletions

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

View 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

View 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