From: Michael Tremer Date: Fri, 5 Feb 2021 11:50:04 +0000 (-0500) Subject: pkg-config: Update automake scripts X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02a6fbe2bfab568b4d05537631a3bb33253d0203;p=people%2Fms%2Fipfire-2.x.git pkg-config: Update automake scripts Signed-off-by: Michael Tremer --- diff --git a/lfs/pkg-config b/lfs/pkg-config index 368da3b53a..567892084b 100644 --- a/lfs/pkg-config +++ b/lfs/pkg-config @@ -78,6 +78,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --with-internal-glib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install