summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-08-24 21:37:28 +0200
committerDaniel Lange <DLange@git.local>2020-08-24 21:37:28 +0200
commite172282002b52e278636e6594a8d20ad5e140a25 (patch)
tree11416a4d5d06a5a239efbca01a4c89a4885fd99e /configure.ac
parent0bac7c9d9468f99fa43190ed3d0034d0cc0753b6 (diff)
Fix in AC_CONFIG_FILES, try #2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2eb53ec..18291b95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,8 @@ AM_CONDITIONAL([HTOP_DARWIN], [test "$my_htop_platform" = darwin])
AM_CONDITIONAL([HTOP_SOLARIS], [test "$my_htop_platform" = solaris])
AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported])
AC_SUBST(my_htop_platform)
-AC_CONFIG_FILES([Makefile htop.1 scripts/MakeHeader.py], [chmod +x scripts/MakeHeader.py])
+AC_CONFIG_FILES([Makefile htop.1])
+AC_CONFIG_FILES([scripts/MakeHeader.py], [chmod +x scripts/MakeHeader.py])
AC_OUTPUT
if test "$my_htop_platform" = "unsupported"

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