Affected files tools/wineinstall Added file tools/configsolaris.sh Changelog Autodetection of XFREE86 as required for Solaris. Specification of install directory (Normally in /opt under solaris) Notes, this was added for convenience to better automate the solaris build process. Further patches will be required to complete this process. Currently the script helps resolve some os dependencies in the script and build for Xfree86 (sets PATH to include /usr/ucb and sets LD_OPTIONS) and preferred configure options. Changes are kept confined to separate script sourced within the main script
Index: tools/wineinstall =================================================================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.64 diff -u -3 -p -b -r1.64 wineinstall --- tools/wineinstall 6 Jan 2004 22:08:33 -0000 1.64 +++ tools/wineinstall 8 Jan 2004 04:33:57 -0000 @@ -222,6 +222,8 @@ then { echo "You might want to abort and uninstall Wine first." std_sleep fi + # check for a solaris specific config + source tools/configsolaris.sh # run the configure script, if necessary
Attachment:
configsolaris.sh
Description: application/shellscript