Merge pull request #2134 from profanity-im/feat/noautotools

feat: Remove autotools and adapt docu and scripts
This commit is contained in:
Michael Vetter
2026-03-27 22:42:24 +01:00
committed by GitHub
18 changed files with 119 additions and 1347 deletions

View File

@@ -1,7 +1,2 @@
export COLUMNS=300
if [ -f "./build_run/profanity" ]; then
./build_run/profanity -l DEBUG
else
# Fallback for autotools
./profanity -l DEBUG
fi
./build_run/profanity -l DEBUG