fix again packaging on osx and windows

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10557 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-10-18 09:11:19 +00:00
parent 56c6e2f621
commit f53511993b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: check for target name as early as possible (fixes
bug in change below).
2005-10-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org> 2005-10-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: call LYX_USE_PACKAGING early. Sanitize PACKAGE * configure.ac: call LYX_USE_PACKAGING early. Sanitize PACKAGE

View File

@ -10,6 +10,7 @@ AC_CONFIG_AUX_DIR(config)
# first the version # first the version
VERSION="1.4.0cvs" VERSION="1.4.0cvs"
LYX_CHECK_VERSION LYX_CHECK_VERSION
AC_CANONICAL_TARGET
# Check how the files should be packaged # Check how the files should be packaged
LYX_USE_PACKAGING LYX_USE_PACKAGING
LYX_VERSION_SUFFIX LYX_VERSION_SUFFIX
@ -19,7 +20,6 @@ if test "${enable_maintainer_mode+set}" != set; then
enable_maintainer_mode=$lyx_devel_version enable_maintainer_mode=$lyx_devel_version
fi fi
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE($PACKAGE, $VERSION) AM_INIT_AUTOMAKE($PACKAGE, $VERSION)