From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] automake: remove deprecated --disable-nls configure option Date: Sun, 19 Nov 2017 09:32:15 +0100 Message-ID: <20171119083215.15119-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2285070609545830291==" List-Id: --===============2285070609545830291== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/automake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/automake b/lfs/automake index a372443b3..d8763c6ac 100644 --- a/lfs/automake +++ b/lfs/automake @@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/automake-1.15_perl_war= ning.patch - cd $(DIR_APP) && ./configure --prefix=3D$(PREFIX) --disable-nls \ + cd $(DIR_APP) && ./configure --prefix=3D$(PREFIX) \ --docdir=3D/usr/share/doc/automake-1.15 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.14.2 --===============2285070609545830291==--