blob: 89d8eb9c3beef1d0d3f896be671c74687e8543d7 [file] [log] [blame]
#!/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)