]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libtool
libtool: Update automake
[people/pmueller/ipfire-2.x.git] / lfs / libtool
index e769a10d0d6d426e67556214b32c841a7f53a0b5..940230cf77679989baef4c788c8c34cf91439360 100644 (file)
@@ -75,9 +75,9 @@ dist:
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure \
                --prefix=/usr
-
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)