From e172282002b52e278636e6594a8d20ad5e140a25 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 24 Aug 2020 21:37:28 +0200 Subject: Fix in AC_CONFIG_FILES, try #2 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3