diff options
author | Jim Meyering <meyering@redhat.com> | 2010-09-03 13:11:33 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-09-04 14:24:57 +0200 |
commit | 041c9c472a62fad027bdc76b62c11edd6d84cb3e (patch) | |
tree | 73f817fd8f8a350a5e1609e2b49228c936e2c69f /bootstrap.conf | |
parent | fc9d948d7e6ff916b3ddb3ed371a6f8aa7f2c624 (diff) | |
download | coreutils-041c9c472a62fad027bdc76b62c11edd6d84cb3e.tar.gz coreutils-041c9c472a62fad027bdc76b62c11edd6d84cb3e.tar.bz2 coreutils-041c9c472a62fad027bdc76b62c11edd6d84cb3e.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]...
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 31b1212d2..a0004ac4f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -110,7 +110,7 @@ gnulib_modules=" getopt-gnu getpagesize getpass-gnu - gettext + gettext-h gettime gettimeofday getugroups |