From bd86ce71d887bf751cd5950ff30b13cdf0f6d7cf Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 27 Mar 2014 13:51:25 +0100 Subject: [PATCH] Fix oversight in autotools packaging selection 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 | 1 + status.21x | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index d1b78f95d2..61ea48ddf3 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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 diff --git a/status.21x b/status.21x index 1394ef4279..d2605f176d 100644 --- a/status.21x +++ b/status.21x @@ -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. + -- 2.39.5