mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
56c6e2f621
commit
f53511993b
@ -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>
|
||||
|
||||
* configure.ac: call LYX_USE_PACKAGING early. Sanitize PACKAGE
|
||||
|
@ -10,6 +10,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||
# first the version
|
||||
VERSION="1.4.0cvs"
|
||||
LYX_CHECK_VERSION
|
||||
AC_CANONICAL_TARGET
|
||||
# Check how the files should be packaged
|
||||
LYX_USE_PACKAGING
|
||||
LYX_VERSION_SUFFIX
|
||||
@ -19,7 +20,6 @@ if test "${enable_maintainer_mode+set}" != set; then
|
||||
enable_maintainer_mode=$lyx_devel_version
|
||||
fi
|
||||
AM_MAINTAINER_MODE
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user