]> git.lyx.org Git - features.git/commitdiff
Fix oversight in autotools packaging selection
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Mar 2014 12:51:25 +0000 (13:51 +0100)
committerRichard Heck <rgheck@lyx.org>
Fri, 18 Apr 2014 14:52:48 +0000 (10:52 -0400)
The only consequence of this thinko is that the lyx.desktop and the svg icons were installed on Mac OS and Windows platform, whereas they are useless.

config/lyxinclude.m4
status.21x

index d1b78f95d210d81adfa7ff8782874cedb6ba1f32..61ea48ddf38ccb63d7cf8448d8779c69bf602147 100644 (file)
@@ -463,6 +463,7 @@ AC_ARG_WITH(packaging,
                   *) lyx_use_packaging=posix;;
   esac])
 AC_MSG_RESULT($lyx_use_packaging)
+lyx_install_posix=false
 lyx_install_macosx=false
 lyx_install_cygwin=false
 lyx_install_windows=false
index 1394ef4279e76f642839ebb1373c88d336dd190b..d2605f176d61d45ef73a82f6a0dfe400dd6d439c 100644 (file)
@@ -106,3 +106,6 @@ What's new
 
 - Fix bad compare of pointer vs. character (part of bug 8985).
 
+- With autotools, avoid installing in Windows and MacOS some files intented
+  for the unix builds.
+