diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2013-06-18 22:47:26 +0200 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2013-06-18 22:47:26 +0200 |
commit | 3ab165db2de933b1f3e27fcf27e74e3ba8b37830 (patch) | |
tree | 838582e881a88e2bf35d2059de237e4b45cea9b2 /INSTALL | |
parent | 2aac6d43fecf4d959904ed320cf8369b7af238c9 (diff) |
buildsystem: Do not bootstrap complete gettext for testing iconv
Automake 1.14 will break with gettext older than 0.18.2 because the
deprecated AM_PROG_MKDIR_P has been removed.
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ Building: --------- If you checked out the source repository you need to install the autotools -environment first. Then type "autoreconf -vfi" to generate the configure -script. +environment and gettext first. Then type "autoreconf -vfi" to generate the +configure script. Then execute "configure" with any desired options. You can get a summary via the --help option. |