1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

it's --disable-nls, not --disable-gettext

This commit is contained in:
Jim Meyering
1998-05-25 04:10:33 +00:00
parent 585b65b676
commit c726bc5709

View File

@@ -32,7 +32,7 @@ my-distcheck: dist
mkdir $(t)
GZIP=$(GZIP) $(TAR) -C $(t) -zxf $(distdir).tar.gz
cd $(t)/$(distdir) \
&& ./configure --disable-gettext \
&& ./configure --disable-nls \
&& $(MAKE) \
&& $(MAKE) dvi \
&& $(MAKE) check \