summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-08-24 21:01:50 +0200
committerDaniel Lange <DLange@git.local>2020-08-24 21:01:50 +0200
commitdad62b6c9e8a9e962b31175d4a768b37e1f8f3ec (patch)
treeb7543cf0056fbef2d79d0d7061c4d764ffb91bf1 /configure.ac
parent9eb9064fbda0995c286cddd7a0436822a3d6906f (diff)
Put Makeheader.py.in into AC_CONFIG_FILES
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2eb53ec..a434cfd3 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], [chmod +x scripts/MakeHeader.py])
+AC_CONFIG_FILES([Makefile htop.1 scripts/MakeHeader.py.in], [chmod +x scripts/MakeHeader.py])
AC_OUTPUT
if test "$my_htop_platform" = "unsupported"

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