diff options
author | Bruno Haible <bruno@clisp.org> | 2010-05-20 00:04:46 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-06-03 15:09:44 +0200 |
commit | ae943bcc1a5a0600d81c736980ad5d2018637217 (patch) | |
tree | 9da0246a3d829f679c43ced4ad3190c5462f5160 /DEPENDENCIES | |
parent | c04c5bc3eceb860c1759cb130123351eca308a49 (diff) | |
download | external_gettext-ae943bcc1a5a0600d81c736980ad5d2018637217.zip external_gettext-ae943bcc1a5a0600d81c736980ad5d2018637217.tar.gz external_gettext-ae943bcc1a5a0600d81c736980ad5d2018637217.tar.bz2 |
Link with libunistring, if it exists.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index f69141e..8360d0d 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -105,6 +105,19 @@ The following packages should be installed before GNU gettext is installed + If it is installed in a nonstandard directory, pass the option --with-libcroco-0.6-prefix=DIR to 'configure'. +* GNU libunistring + + Optional. + Needed for the line breaking in PO files and for xgettext. + If not present, a subset of libunistring (included in this package) will + be compiled into libgettextlib. + + Homepage: + http://www.gnu.org/software/libunistring/ + + Download: + http://ftp.gnu.org/gnu/libunistring/ + ftp://ftp.gnu.org/gnu/libunistring/ + + If it is installed in a nonstandard directory, pass the option + --with-libunistring-prefix=DIR to 'configure'. + The following packages should be installed when GNU gettext is installed (runtime dependencies, but not build dependencies): |