summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-15 12:10:11 +0200
committercgzones <cgzones@googlemail.com>2020-09-17 21:45:11 +0200
commit84d39f95c68ce06b321010054955f6ce7213b2d6 (patch)
treecf6b36e6164e6da18191163ab723d30b94391c70 /Makefile.am
parent37921382f49c34738207146d84d1258e2fe0b88d (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 50fb586b..dbf42d14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-
-ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = htop

© 2014-2024 Faster IT GmbH | imprint | privacy policy