public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 3/3] lcd4linux: Update due to autoconf change
@ 2021-02-09 20:23 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2021-02-09 20:23 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]

- lcd4linux fails to build with autoconf-2.71
Required running of autoupdate on configure.in
and autoreconf to solve files not found errors

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/lcd4linux | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lfs/lcd4linux b/lfs/lcd4linux
index 198607e25..9121e6fa0 100644
--- a/lfs/lcd4linux
+++ b/lfs/lcd4linux
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/lcd4linux
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = lcd4linux
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = dpfhack libmpdclient
 
@@ -78,6 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
+	cd $(DIR_APP) && autoreconf -v -i
+	cd $(DIR_APP) && autoupdate -v configure.in
 	cd $(DIR_APP) && ./configure  --with-plugins=all,!qnaplog,!dbus --prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
2.30.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-09 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 20:23 [PATCH 3/3] lcd4linux: Update due to autoconf change Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox