xref: /curl/buildconf (revision 2bc1d775)
1#!/bin/sh
2#
3# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
4#
5# SPDX-License-Identifier: curl
6
7echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
8exec ${AUTORECONF:-autoreconf} -fi "${@}"
9