• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# Copyright (C) The c-ares project and its contributors
3# SPDX-License-Identifier: MIT
4
5echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
6exec ${AUTORECONF:-autoreconf} -fi "${@}"
7