nodejs/deps/cares/buildconf

7 lines
211 B
Plaintext
Raw Permalink Normal View History

2022-08-16 11:12:47 +08:00
#!/bin/sh
2024-06-03 09:55:04 +08:00
# Copyright (C) The c-ares project and its contributors
# SPDX-License-Identifier: MIT
2022-08-16 11:12:47 +08:00
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
exec ${AUTORECONF:-autoreconf} -fi "${@}"