Addendum to the Open Motif Release Notes

The Open Motif source code distributed here is slightly modified from 
that distributed directly by the Open Group.  The following changes have
been made:

	* motif/config/cf directory:

		- In order to make use of the XFree86-configured imake files,
		  most imake configuration files have been moved to
		  the "orig" subdirectory.  The only files which have been
		  retained are Motif.rules, Motif.tmpl, host.def, and site.def.

		- The host.def file is configured with the variables ICS
		  used in its build of Open Motif on all our supported 
		  platforms.  The file distributed by the Open Group is
		  empty.
		  
		- The site.def file is configured to use /usr/X11R6 as the
		  base directory of the project rather than /usr/dt.  The file
		  distributed by the Open Group is named site.def.opengroup.

	* motif/lib/Xm/Scale.c

		- Rather than blindly redefine the RADIXCHAR macro when
		  compiling on Linux, verify that RADIXCHAR is not defined
		  before #define-ing it.  The file distributed by the
		  Open Group is named Scale.c.opengroup.

	* motif/lib/Xm/TextF.c

		- The FreeBSD libc does not provide a number of wide
		  character string functions necessary to compile the
		  XmTextField widget.  We have added static implementations
		  of the missing functions to TextF.c on FreeBSD.  The file
		  distributed by the Open Group is named TextF.c.opengroup.

Build Instruction Changes

In addition to the instructions in RELNOTES you will also need to execute
the following commands before issuing "make World >& world.log" command.

	% cd $MOTIFBUILDDIR/motif/config/cf
	% ln -s <X11_libs_directory>/X11/config/*

After making these links you should may then continue with

	% cd $MOTIFBUILDDIR/motif
	% make World >& world.log


Install Instruction Changes

The sources distributed here are configured to more easily allow you to 
specify the installation directory.  Rather than simply issue the
"make install" command, you should use the following:

	% cd $MOTIFBUILDDIR/motif
        % make DESTDIR=/usr/X11R6 install >& install.log

