From 9e57b5c3f48c15aa8fb0ced408ec745eb6ad8874 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sun, 23 Aug 2020 11:24:52 +1000 Subject: Generate an appropriate shebang line for MakeHeader script Use configure.ac to handle platform differences where some build hosts have only a python3, or only python, binary. Related to https://github.com/htop-dev/htop/pull/6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f94f3f52..b642d7cb 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ libtool ltmain.sh m4/ missing +scripts/MakeHeader.py stamp-h1 -- cgit v1.2.3