Files
Kmake/deps/cares/buildconf

7 lines
211 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
#!/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 "${@}"