From 84d39f95c68ce06b321010054955f6ce7213b2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 15 Sep 2020 12:10:11 +0200 Subject: autotools: enable warnings and cleanup - enable warnings in autogen script - drop unused m4/ directory usage - drop AC_TYPE_SIGNAL: C99 guarantees the signal return type to be void - drop AC_CHECK_FILE of procdir: most of the time compilation is done on a different system than htop is run and there is a runtime check in place - improve linux_affinity corss compile logic: use fourth argument instead of pre-test --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index c07e0854..fb38e5e2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,2 @@ #!/bin/sh -mkdir -p m4 -autoreconf --install --force +autoreconf --force --install --verbose -Wall -- cgit v1.2.3