>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:

Bennett> Yes. (I thought that's what you were suggesting above, but I
Bennett> guess I should have been explicit: never using the version
Bennett> suffix on binaries is preferable on Mac.)

OK. Can you confirm that the following patch works?

JMarc

Index: config/ChangeLog
===================================================================
--- config/ChangeLog	(revision 13226)
+++ config/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-02-13  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
+
+	* lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
+	macosx packaging.
+
 2006-02-07  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
 
 	* lyxinclude.m4 (LYX_VERSION_SUFFIX): do not alter PACKAGE here.
Index: config/lyxinclude.m4
===================================================================
--- config/lyxinclude.m4	(revision 13226)
+++ config/lyxinclude.m4	(working copy)
@@ -586,7 +586,6 @@
 case $lyx_use_packaging in
    macosx) AC_DEFINE(USE_MACOSX_PACKAGING, 1, [Define to 1 if LyX should use a MacOS X application bundle file layout])
 	   PACKAGE=LyX${version_suffix}
-	   program_suffix=$version_suffix
 	   default_prefix="/Applications/${PACKAGE}.app"
 	   bindir='${prefix}/Contents/MacOS'
 	   libdir='${prefix}/Contents/Resources'

Reply via email to