From 0bac7c9d9468f99fa43190ed3d0034d0cc0753b6 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 24 Aug 2020 21:08:07 +0200 Subject: Nope, configure works but make breaks. This reverts commit dad62b6c9e8a9e962b31175d4a768b37e1f8f3ec. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a434cfd3..a2eb53ec 100644 --- a/configure.ac +++ b/configure.ac @@ -323,7 +323,7 @@ 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.in], [chmod +x scripts/MakeHeader.py]) +AC_CONFIG_FILES([Makefile htop.1 scripts/MakeHeader.py], [chmod +x scripts/MakeHeader.py]) AC_OUTPUT if test "$my_htop_platform" = "unsupported" -- cgit v1.2.3