xref: /aosp_15_r20/external/curl/buildconf (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker#!/bin/sh
2*6236dae4SAndroid Build Coastguard Worker#
3*6236dae4SAndroid Build Coastguard Worker# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
4*6236dae4SAndroid Build Coastguard Worker#
5*6236dae4SAndroid Build Coastguard Worker# SPDX-License-Identifier: curl
6*6236dae4SAndroid Build Coastguard Worker
7*6236dae4SAndroid Build Coastguard Workerecho "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
8*6236dae4SAndroid Build Coastguard Workerexec ${AUTORECONF:-autoreconf} -fi "${@}"
9