fc5d77881e
Notes: The buildconf script is currently required, because we need to copy a header around, because it is used both from the library and the examples sources. However, having a custom 'buildconf'-like script is not needed if we can ensure that the header exists by the time it is needed. For that, we can just append the src/ directory to the headers search path for the examples. And then it means we no longer need to generate the same header twice, so we remove the second one from configure.ac. Now, we can just call "autoreconf -fi" to generate the autotools files, instead of relying on the canned sequence in "buildconf", since autoreconf has now long known what to do at the correct moment (future versions of autotools, automake, autopoint, autoheader etc... may require an other ordering, or other intermediate steps, etc...). Eventually, get rid of buildconf now it is no longer needed. In fact, we really keep it for legacy, but have it just call autoreconf (and print a nice user-friendly warning). Don't include it in the release tarballs, though. Update doc, gitignore, and travis-CI jobs accordingly. Credit: Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Sam Voss <sam.voss@rockwellcollins.com> |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
direct_tcpip.c | ||
libssh2_config_cmake.h.in | ||
Makefile.am | ||
scp_nonblock.c | ||
scp_write_nonblock.c | ||
scp_write.c | ||
scp.c | ||
sftp_append.c | ||
sftp_mkdir_nonblock.c | ||
sftp_mkdir.c | ||
sftp_nonblock.c | ||
sftp_RW_nonblock.c | ||
sftp_write_nonblock.c | ||
sftp_write_sliding.c | ||
sftp_write.c | ||
sftp.c | ||
sftpdir_nonblock.c | ||
sftpdir.c | ||
ssh2_agent_forwarding.c | ||
ssh2_agent.c | ||
ssh2_echo.c | ||
ssh2_exec.c | ||
ssh2.c | ||
subsystem_netconf.c | ||
tcpip-forward.c | ||
x11.c |