From: Michael Tremer Date: Sun, 26 Jul 2009 22:42:23 +0000 (+0200) Subject: Fixed compilation of gettext with older versions of autoconf. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6899fe507adc8a713ef819a73fcb7e7e486629f;p=ipfire-3.x.git Fixed compilation of gettext with older versions of autoconf. --- diff --git a/lfs/gettext b/lfs/gettext index f627642b5..fed4792b2 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -93,8 +93,6 @@ $(OBJECT): $(objects) cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-open-args.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-rpathFix.patch - cd $(DIR_APP) && autoconf - ifeq "$(STAGE)" "toolchain" cd $(DIR_APP)/gettext-tools && \ ./configure \ @@ -107,6 +105,8 @@ ifeq "$(STAGE)" "toolchain" endif ifeq "$(STAGE)" "base" + cd $(DIR_APP) && autoconf + cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \