From: Michael Tremer Date: Sat, 24 Oct 2009 08:51:52 +0000 (+0200) Subject: gettext: Fixed build with never version of autoconf. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d80586fc33d3e44587a2254a594c586010740c;p=ipfire-3.x.git gettext: Fixed build with never version of autoconf. --- diff --git a/lfs/gettext b/lfs/gettext index fed4792b2..0f262c17d 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -105,7 +105,7 @@ ifeq "$(STAGE)" "toolchain" endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && autoconf + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)$(THISAPP)-automake-1.patch cd $(DIR_APP) && \ ./configure \