diff options
author | Jim Meyering <meyering@redhat.com> | 2010-09-04 08:58:36 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-09-04 08:58:36 +0200 |
commit | 0702f8344fc444ebf6ddf4654ed311a1f9e65e62 (patch) | |
tree | 6e5b34337aaa30264a39f497042ea548132fa75d | |
parent | af00660397baf2c8956a81af7578713791e4cad4 (diff) | |
download | idutils-0702f8344fc444ebf6ddf4654ed311a1f9e65e62.tar.gz idutils-0702f8344fc444ebf6ddf4654ed311a1f9e65e62.tar.bz2 idutils-0702f8344fc444ebf6ddf4654ed311a1f9e65e62.zip |
build: use gettext-h, not gettext
* bootstrap.conf (gnulib_modules): Use gettext-h, not gettext.
The latter is overkill for a package that uses
AM_GNU_GETTEXT([external]...
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index b8588b1..483e509 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -51,7 +51,7 @@ gnulib_modules=" fprintf-posix getcwd getopt-gnu - gettext + gettext-h git-version-gen gitlog-to-changelog gnu-make |