From 041c9c472a62fad027bdc76b62c11edd6d84cb3e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 3 Sep 2010 13:11:33 +0200 Subject: [PATCH] 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]... --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 31b1212d25..a0004ac4ff 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -110,7 +110,7 @@ gnulib_modules=" getopt-gnu getpagesize getpass-gnu - gettext + gettext-h gettime gettimeofday getugroups -- 2.39.5