From: Michael Tremer Date: Wed, 24 Feb 2021 11:11:48 +0000 (+0000) Subject: apcupsd: Update automake X-Git-Tag: v2.25-core155~34^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2e99346fd0658132b356d1433efcd4a0e2b6d8;p=ipfire-2.x.git apcupsd: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/apcupsd b/lfs/apcupsd index 6240015d15..d63c79f8b4 100644 --- a/lfs/apcupsd +++ b/lfs/apcupsd @@ -77,6 +77,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=/usr --enable-usb --enable-cgi \ --with-cgi-bin=/srv/web/ipfire/cgi-bin cd $(DIR_APP) && make $(MAKETUNING)