summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-06-02 23:39:17 +0200
committerGuillem Jover <guillem@debian.org>2019-06-03 03:24:04 +0200
commit7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7 (patch)
treed850a68b602c000d86822978144c6558d13b53bb /README
parent15d0f730cbc6f854d68a169ca5d3a33e704f525a (diff)
downloaddpkg-7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7.tar.gz
doc: Clarify when autopoint is needed
The README was not very clear on the listed software being source projects. So instead of making the description more complex, just list autopoint as an unconditional dependency, and list gettext as only necessary with --enable-nls. Closes: #929601
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 1283653ff..6a26e87fb 100644
--- a/README
+++ b/README
@@ -44,7 +44,8 @@ some required software needs to be installed:
GNU autoconf >= 2.60
GNU automake >= 1.11
GNU libtool >= 2.0
- GNU gettext >= 0.19.7 (or just autopoint if using --disable-nls)
+ GNU autopoint >= 0.19.7 (from GNU gettext)
+ GNU gettext >= 0.19.7 (only with --enable-nls)
After installing the needed software, and running the following command on
the git tree: