From: Jean-Marc Lasgouttes Date: Thu, 3 Apr 2003 12:50:15 +0000 (+0000) Subject: move the maintainer-mode check a bit later X-Git-Tag: 1.6.10~17061 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2e994e75e2edf9068f187fa850c3bef2ed836719;p=features.git 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index 4b8ceea784..87bff5b1f9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2003-04-01 Jean-Marc Lasgouttes + + * configure.in: + * configure.ac: move AM_MAINTAINER_MODE later + 2003-03-26 Jean-Marc Lasgouttes * configure.in: diff --git a/config/configure.ac b/config/configure.ac index 24bdddad2d..1889ba8118 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -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 diff --git a/config/configure.in b/config/configure.in index 88316514a9..d5decc2ff8 100644 --- a/config/configure.in +++ b/config/configure.in @@ -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