init commit

This commit is contained in:
2024-10-23 09:02:27 -05:00
commit 76b11b0cf5
5 changed files with 78 additions and 0 deletions

8
configure vendored Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/bash
case $1 in
--prefix)
sed '1i\'INSTALL_PREFIX="$2" < Makefile.in > Makefile
shift 2
;;
esac