summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-07-31 22:49:45 +0200
committerReuben Thomas <rrt@sc3d.org>2017-07-31 22:51:39 +0200
commitc268692a64cbfb3edf38b99ce57e2e83dff47bfd (patch)
tree74d2c4debdaaf1acbb9e92446caadb4c8823fc5e /gl
parent738170d6ecfb97c844b0ac49f39a494713412607 (diff)
downloadenchant-c268692a64cbfb3edf38b99ce57e2e83dff47bfd.tar.gz
Allow Enchant to be built without --enable-relocatable
Thanks to Bruno Haible for pointing out the disadvantages (primarily for GNU system packagers) of forcing --enable-relocatable. Warn that the tests will fail for a non-relocatable build.
Diffstat (limited to 'gl')
-rw-r--r--gl/doc/INSTALL.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/doc/INSTALL.diff b/gl/doc/INSTALL.diff
index 3346c74..ce99281 100644
--- a/gl/doc/INSTALL.diff
+++ b/gl/doc/INSTALL.diff
@@ -8,7 +8,7 @@
+follow some enchant-specific notes.
+
+The usual GNU autotools package instructions apply, except that Enchant must
-+be built with --enable-relocatable.
++be built with --enable-relocatable for the tests to run successfully.
+
+To build from git, or without relying on the generated files in a source
+release, automake, autoconf, libtool, pkg-config and git must be installed.