mirror of
https://github.com/gperftools/gperftools
synced 2024-12-18 21:44:31 +00:00
36fa5ee9ef
Amend github issue #1429
8 lines
232 B
Bash
Executable File
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)
|