]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed compilation of gettext with older versions of autoconf.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Jul 2009 22:42:23 +0000 (00:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Jul 2009 22:42:23 +0000 (00:42 +0200)
lfs/gettext

index f627642b58ce339c4e268a4480b65d1eb9e173f9..fed4792b21e98e9e2e4bbb25c5b116afb0f1708f 100644 (file)
@@ -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) \