serenity/Ports/m4/package.sh

13 lines
404 B
Bash
Raw Normal View History

2021-01-22 11:44:05 -05:00
#!/usr/bin/env -S bash ../.port_include.sh
2022-06-03 11:59:09 -04:00
port='m4'
version='1.4.19'
2023-07-10 07:10:29 -04:00
files=(
"https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz#3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70"
2023-07-10 07:10:29 -04:00
)
2022-06-03 11:59:09 -04:00
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=("build-aux/config.sub")
# Stack overflow detection needs siginfo and sbrk, neither of which we support
export M4_cv_use_stackovf=no