libssh2-sys 0.3.0

Native bindings to the libssh2 library
Documentation
1
2
3
4
5
6
7
8
#!/bin/sh


echo "***" >&2

echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2

echo "*** Doing it for you now, but buildconf may disapear in the future." >&2

echo "***" >&2


exec ${AUTORECONF:-autoreconf} -fi "${@}"