To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956
User pjanik changed the following:
What |Old value |New value
================================================================================
Summary|config_office new thai |config_office doesn't
|dictionary |support DIC_ALL properly
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Sep 16 00:47:33 -0700
2005 -------
Hi,
sorry for changing the subject, but:
1. all dictionary makefile.mk files support the variable DIC_ALL. Sun has this
in their config stuff:
config/ssrc680.ini: DIC_ALL TRUE
2. This variable is not referenced at all in config_office.
-> We have to fix configure to define DIC_ALL to be TRUE if configure is run
with --with-dict=ALL
Rene, can we also remove @DICTIONARIES completely? It should be used only in:
foreach $dict (@DICTIONARIES)
{ if ('@WITH_DICT@' =~ m/$dict,/s)
{ my $val="TRUE";
ToFile( "DIC_$dict", $val, "e" );
}
else
{ my $val;
undef $val;
ToFile( "DIC_$dict", $val, "e" );
}
}
but if the user wants to have the variable DICT_NONSENSE defined, just let him
do so ;-)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]