summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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 /autogen.sh
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 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
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

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