summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-22 19:14:53 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-25 17:57:21 +0100
commit38b6a0148f084402207f803bfb7dc98a5f107e58 (patch)
tree3cef1e27ad30d14297a4ae30de3ec8359fc4f0b0 /Makefile.am
parentf3623b7880e9a04ed06d70fd4ca74f2d3496bbdc (diff)
configure: misc modernizations
- require autoconf version 2.69 was released in 2012 and one still can configure and build on older systems (just not generate the configure script) - use modern C99 compiler check - drop obsolete checks: AC_C_CONST, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STAT - drop AC_HEADER_STDBOOL in favor of C99 compatibility
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4317f74e..45f2e03c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,16 @@ AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = htop
dist_man_MANS = htop.1
-EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png htop.svg \
-install-sh autogen.sh missing
+EXTRA_DIST = \
+ $(dist_man_MANS) \
+ autogen.sh \
+ htop.desktop \
+ htop.png \
+ htop.svg \
+ build-aux/compile \
+ build-aux/depcomp \
+ build-aux/install-sh \
+ build-aux/missing
applicationsdir = $(datadir)/applications
applications_DATA = htop.desktop
pixmapdir = $(datadir)/pixmaps

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