mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 03:07:54 +01:00
581344f150
Co-authored-by: Richard Lau <rlau@redhat.com> PR-URL: https://github.com/nodejs/node/pull/50082 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
7 lines
211 B
Bash
Executable File
7 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (C) The c-ares project and its contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
|
|
exec ${AUTORECONF:-autoreconf} -fi "${@}"
|