mirror of https://gitee.com/openkylin/nodejs.git
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
|
||
|
exec ${AUTORECONF:-autoreconf} -fi "${@}"
|