From 516b3fbeb2dd10736ad7e9d5f8c9d07e754d69df Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 9 Jun 2013 14:06:48 +0400 Subject: [PATCH] README: ./bootstrap.sh requires gettext now because of AM_ICONV --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54813de7..f964c692 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ saslauth: Installation is done with the `./configure ; make ; make install` commands. If you are building from git, you will need to run `./autogen.sh` first to produce the `configure` script. -Note that this requires `automake` to be installed. +Note that this requires `automake` and `gettext` to be installed. You can use ./configure --help