nodejs/deps/cares/buildconf

5 lines
124 B
Plaintext
Raw Normal View History

2022-08-16 11:12:47 +08:00
#!/bin/sh
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
exec ${AUTORECONF:-autoreconf} -fi "${@}"