Pavel Sanda
2686efbf7b
Copy-paste error in spell.m4.
...
Reported by Nusret Balci.
2023-08-14 22:26:20 +02:00
Jean-Marc Lasgouttes
031720b66a
Do nothing if hunspell support is disabled
2020-11-19 13:44:01 +01:00
Jean-Marc Lasgouttes
03eadb1a66
Use autoupdate to convert some obsolete calls
...
AC_TRY_COMPILE and AC_TRY_LINK have been obsolete for some time.
Now most autoconf warnings are gone.
2019-06-12 18:10:13 +02:00
Jean-Marc Lasgouttes
5173f22024
Fix some warnings found by the -Wall options of autoconf and automake.
...
There are still warnings to address. For now, they not enabled by default.
2019-06-12 18:00:18 +02:00
Jean-Marc Lasgouttes
c3484fa6c8
Update the in-source hunspell to version 1.7.0
2019-06-12 16:38:42 +02:00
Jean-Marc Lasgouttes
d7020ea919
Warn when using system hunspell in stdlib-debug mode
...
This is what we already do with boost. Note that the warning only
triggers with the new C++ ABI.
2018-04-09 15:50:50 +02:00
Juergen Spitzmueller
1efef5542b
Adapt to new hunspell C++ ABI
...
Fixes : #10547
CMake support still missing.
2018-03-29 18:43:11 +02:00
Juergen Spitzmueller
1ae537c543
Change lookup order for enchant-2 vs. enchant (prefer the former)
2018-03-19 09:56:53 +01:00
Juergen Spitzmueller
71977769ec
check for enchant-2
...
Fixes rest of #10986
2018-03-19 09:03:35 +01:00
Jean-Marc Lasgouttes
63a4e82874
Add support for enchant 2.x
...
As of enchant 2.x, it is required to create a Broker instance instead
of relying on a static one provided by the library.
Add autoconf and cmake (courtesy of Kornel) tests that check whether
one can indeed instantiate a Broker object, and act on the result in a
new broker() helper function.
Fixes bug #10986 .
2018-01-30 12:11:22 +01:00
Juergen Spitzmueller
a8204c4630
Indentation fixes.
2017-09-18 18:38:09 +02:00
Juergen Spitzmueller
3b89cd9c28
Update internal Hunspell to latest release (1.6.2)
2017-09-18 18:12:21 +02:00
Juergen Spitzmueller
561d36a19e
Do not disable the other spellers when compiling against internal hunspell
...
Users might still want to have a selection.
2017-09-18 18:06:01 +02:00
Juergen Spitzmueller
be36fe6e62
Define USE_HUNSPELL when compiling against included hunspell.
...
Otherwise, the speller is disabled.
2017-09-18 17:31:42 +02:00
Jean-Marc Lasgouttes
2f701e6a1c
Clarify configure help for 3rd party code
...
The configure code suggests that the default for
--with-included-(iconv|zlib|hunspell) is "yes", which is wrong: by
default is indeed to use the system libraries.
Change the MyThes detection to use the system version by default.
Also add to the verison information a line which lists the bundled libraries.
2017-03-02 14:35:39 +01:00
Georg Baum
f434fd22b1
Configure included hunspell with autotools
...
The included hunspell should not be used on Linux or OS X, but (depending on
local configuration) it might be needed for crosscompiling a mingw target
from Linux. Now the user can choose whether to use the included hunspell or not.
cmake does already support that.
Now the only other dependency you need to cross-compile for mingw on debian
or ubuntu is qt.
2016-05-29 17:55:44 -04:00
Stephan Witt
c29d13569e
restore old hunspell library detection code as fallback when pkg-config is not available - for Mac OS X
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39484 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-14 07:17:12 +00:00
Pavel Sanda
9359d73dde
Using pkgconfig to configure hunspell.
...
(hunspell 1.3 is not correctly recognized otherwise).
Patch from Rex Dieter, posted by Jose.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39040 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 14:32:42 +00:00
Jean-Marc Lasgouttes
6b88f5bcb7
streamline hunspell checking
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37988 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-21 22:30:36 +00:00
Stephan Witt
45e4c6b94b
do not check for hunspell libraries if header is not present
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37887 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-09 15:40:03 +00:00
José Matox
b8836fcd19
Fix config detection for hunspell-1.2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37850 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-04 20:47:05 +00:00
Stephan Witt
1812984b42
finally ASPELL_FRAMEWORK is not used anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36844 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 18:43:02 +00:00
Stephan Witt
042e8bb4d0
consolidate dictionary lookup of spellchecker and thesaurus, prepare builtin distribution of dictionaries
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34540 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-29 14:36:51 +00:00
Stephan Witt
fb43bbbf6c
tiger support on mac snow leopard, include Qt4 frameworks, smart build script with parameters
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34132 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-14 13:22:00 +00:00
Jean-Marc Lasgouttes
2425391657
remove variables initializations that are immediately overridden
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33317 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-02 19:26:04 +00:00
Jürgen Spitzmüller
7746747506
* add support for the enchant spell checker (bug 6226).
...
SCons might be broken.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33157 a592a061-630c-0410-9148-cb99ea01b6c8
2010-01-22 15:26:38 +00:00
Jean-Marc Lasgouttes
89dde39404
clarify message for spelling libs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31545 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-06 15:21:24 +00:00
Abdelrazak Younes
97a33c4f51
New support files for Hunspell support. Only autotools for now.
...
Hunspell is not used yet, don't try it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30527 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 22:46:01 +00:00
Pavel Sanda
1457b2c107
ispell leftover.
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146777.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27892 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 11:43:08 +00:00
André Pönitz
8e2f971ada
remove ispell and pspell
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27472 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 18:47:25 +00:00
Enrico Forestieri
90ef6ed709
Fix typo due to the massive rename.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18053 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 21:50:16 +00:00
Bo Peng
00e305c9d9
Rename .C ==> .cpp for files in src, part one
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18018 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 04:41:58 +00:00
Angus Leeming
251f834995
Ensure that the grammar used to invoke the spellchecker is consistent.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10425 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-08 09:20:16 +00:00
Angus Leeming
70572847e2
Whitespace, only whitespace. s/ +$//
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10024 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-09 09:58:08 +00:00
Angus Leeming
9302177325
Test for things that MSVC doesn't have, rather than for things it does.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9896 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 19:54:36 +00:00
Angus Leeming
201e5bdf70
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
...
Break compilation with MSVC. See accompanying mail on the lyx-devel list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9895 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 13:35:30 +00:00