gperftools/autogen.sh
2023-11-06 13:51:00 -05:00

8 lines
232 B
Bash
Executable File

#!/bin/sh
autoreconf -i
echo "patching m4/libtool.m4: See https://github.com/gperftools/gperftools/issues/1429#issuecomment-1794976863"
(set -x; patch --forward -t --reject-file=- m4/libtool.m4 m4/libtool.patch && autoreconf -i)