Sign in
chromium
/
external
/
github.com
/
gperftools
/
gperftools
/
5abc5721300463b7f05a34b4c95cf45664103b50
/
.
/
autogen.sh
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
)