repo/core/m4/build

10 lines
123 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < m4-use-hand-written-lexer.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install