From: Michael Tremer Date: Thu, 25 Feb 2021 10:33:42 +0000 (+0000) Subject: gpgme: Update automake X-Git-Tag: v2.25-core155~34^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1282a9ec7bd12bf9e38fbd7d9b4de555364b6d9b;p=ipfire-2.x.git gpgme: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/gpgme b/lfs/gpgme index d9890804a2..a6056fc8eb 100644 --- a/lfs/gpgme +++ b/lfs/gpgme @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(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