to track patches to individual files. Changes from 0.88.9: * Add FontChooser widget to Xlt. * Fix to XmText to make a second call to SetValues with the same pointer still work. * Added a directory tree lib/Xbae which contains the Xbae widget set (XbaeMatrix, XbaeCaption, and XbaeInput). * Made build system changes to build Xbae in the same way as Xlt. * Add build system options to Xlt and/or Xbae can be compiled together with LessTif. Use the --enable-build-Xlt and --enable-build-Xbae options. * Xbae contains both automake-based and Imake based build support; we're not sure how actively we'll support Imake though. * RowColumn tear-off segfault fix. * Fixed segfault with xmgrace. * various fixes for openDX * VaSimpleOption fix for Xquote * fixes for mapCallback for DialogShells with BulletionBoard children * Even though binary compatibility is not our true goal, Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! * Initial attempts at making lesstif threadsafe (PushB, PushBG) * mxftp should now work * XmScrolledWindow/XmScrollBar geometry fixes
21 lines
705 B
Text
21 lines
705 B
Text
$NetBSD: patch-ak,v 1.3 1999/11/03 04:18:47 jlam Exp $
|
|
|
|
--- include/Motif-2.0/Mrm/Makefile.in.orig Mon Sep 6 17:13:39 1999
|
|
+++ include/Motif-2.0/Mrm/Makefile.in Tue Nov 2 22:16:17 1999
|
|
@@ -121,7 +121,7 @@
|
|
# Lets put the headers in a sub directory to avoid
|
|
# poluting /usr/local with more directories for default installs.
|
|
#
|
|
-@Version_2_0_TRUE@mrmdir = $(prefix)/LessTif/Motif2.0/include/Mrm
|
|
+@Version_2_0_TRUE@mrmdir = $(prefix)/include/Mrm
|
|
|
|
@Version_2_0_TRUE@HEADERS1_2 = MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h
|
|
|
|
@@ -220,7 +220,6 @@
|
|
|
|
install-data-am: install-mrmHEADERS
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
install-data: install-data-am
|
|
|
|
install-am: all-am
|