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