repo/core/m4/build

10 lines
98 B
Plaintext
Raw Normal View History

2019-05-14 14:05:50 -06:00
#!/bin/sh -e
2019-05-13 08:32:56 -06:00
2020-09-30 01:12:45 -06:00
export CFLAGS="$CFLAGS -static"
./configure \
--prefix=/usr
make
2021-07-15 03:18:09 -06:00
make install