/
githubmirror
/
c-ares
Обзор
Документация
Войти
/
githubmirror
/
c-ares
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
buildconf
6 строк
211 B
Daniel Stenberg
provide SPDX identifiers and a REUSE CI job to verify
09 июн 2023, 21:09
09 июн 2023, 21:09
c1b00c4
Код
Авторство
О чём код?
#!/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 "${@}"