1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-12-08 03:42:13 +03:00
Files
libssh2/buildconf
Viktor Szakats 1d9af00609 tidy-up: fix typos (#886)
detected by codespell 2.2.4.
2023-03-27 19:26:58 +02:00

9 lines
235 B
Bash
Executable File

#!/bin/sh
echo "***" >&2
echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
echo "*** Doing it for you now, but buildconf may disappear in the future." >&2
echo "***" >&2
exec ${AUTORECONF:-autoreconf} -fi "${@}"