]> git.lyx.org Git - lyx.git/commitdiff
fix again packaging on osx and windows
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 18 Oct 2005 09:11:19 +0000 (09:11 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 18 Oct 2005 09:11:19 +0000 (09:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10557 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.ac

index cda83989cb6ef403ee85a665a50881062c5efda7..fe99156078a25dc1dcbd17265ba3eacfb1b271ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 338a6aa5f5dc80075c4e8c84eecf4196bb5e79bd..495cc09b7f61843b539932d49ab38024ffe7b66c 100644 (file)
@@ -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)