zeek/auxil/c-ares/buildconf
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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 "${@}"