]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gettext: Fixed build with never version of autoconf.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Oct 2009 08:51:52 +0000 (10:51 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sat, 24 Oct 2009 08:54:13 +0000 (10:54 +0200)
lfs/gettext

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