summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabiano Fidencio <fabiano@fidencio.org>2011-06-25 22:50:52 +0000
committerFabiano Fidencio <fabiano@fidencio.org>2011-06-25 22:50:52 +0000
commit367fcf19dce920a246cf58dfd1777823039da991 (patch)
tree1c879796f3509ca158c04d0ba0990a81ad6eca04
parentaff90429260fc5c5d11e9f572ab76d1d4c62e5f4 (diff)
downloadenchant-367fcf19dce920a246cf58dfd1777823039da991.tar.gz
Update ./configure --help and README
- Be explict about OSs dependencies :-) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29876 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--README3
-rw-r--r--configure.in24
2 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index b473557..3676feb 100644
--- a/README
+++ b/README
@@ -9,11 +9,12 @@ dealing with different spell checking libraries.
Enchant is meant to provide a generic interface into various existing
spell checking libaries. These include, but are not limited to:
- * Apple Spell
+ * Apple Spell (OS X only)
* Aspell/Pspell
* Ispell
* Hspell
* Uspell
+ * Voikko (Linux only)
Enchant is also meant to be used in a cross-platform (XP) environment. Part
of this means that Enchant wants to limit its number of external dependencies
diff --git a/configure.in b/configure.in
index 3fb5770..a078d7c 100644
--- a/configure.in
+++ b/configure.in
@@ -554,18 +554,18 @@ fi
echo "
$PACKAGE-$VERSION
- prefix: ${prefix}
- compiler: ${CC}
-
- Build Aspell backend: ${build_aspell}
- Build Ispell backend: ${build_ispell}
- Build Uspell backend: ${build_uspell}
- Build Hspell backend: ${build_hspell}
- Build Myspell/Hunspell backend: ${build_myspell}
- Build Voikko backend: ${build_voikko}
- Build Zemberek backend: ${build_zemberek}
- Build Apple Spell backend: ${build_applespell}
- Build a relocatable library: ${relocatable_library}"
+ prefix: ${prefix}
+ compiler: ${CC}
+
+ Build Aspell backend: ${build_aspell}
+ Build Ispell backend: ${build_ispell}
+ Build Uspell backend: ${build_uspell}
+ Build Hspell backend: ${build_hspell}
+ Build Myspell/Hunspell backend: ${build_myspell}
+ Build Voikko backend (Linux only): ${build_voikko}
+ Build Zemberek backend: ${build_zemberek}
+ Build Apple Spell backend (OS X only): ${build_applespell}
+ Build a relocatable library: ${relocatable_library}"
if test "x$build_zemberek" = "xyes"; then
echo "