Fix some compiler warnings from MinGW.
[tinc] / configure.ac
2016-04-14 Guus SliepenMake some platform-specific header checks conditional.
2016-04-14 Guus SliepenRemove support for Windows 2000 and anything that doesn...
2016-04-14 Guus SliepenRemove checks for non-C99 compliant compilers.
2016-04-14 Guus SliepenUse getcwd() instead of get_current_dir_name().
2016-04-14 Guus SliepenReplace usleep() with nanosleep().
2016-04-14 Guus SliepenRemove checks for headers and functions that are in...
2016-04-11 Guus SliepenEnable silent builds by default.
2016-04-11 Guus SliepenUpdate support for BSD tun/tap devices, add support...
2016-04-10 Guus SliepenDon't compile getopt*.c if the system provides getopt_l...
2016-02-28 Guus SliepenUse nostdinc instead of overriding DEFAULT_INCLUDES.
2016-02-28 Guus SliepenOnly check for -fno-strict-overflow if -fwrapv does...
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-12-10 Guus SliepenAdd support for recvmmsg().
2015-11-21 Etienne DechampsAllow tinc to be built with miniupnpc on Windows.
2015-11-21 Etienne DechampsAdd a new optional dependency on the miniupnpc library.
2015-09-24 Guus SliepenReplace bare if statements with AS_IF in configure.ac.
2015-09-24 Guus SliepenOptionally install systemd service files.
2015-07-15 Guus SliepenUse AC_CONFIG_MACRO_DIR() instead of _DIRS().
2015-07-12 Guus SliepenUse AC_CONFIG_MACRO_DIRS([m4]).
2015-05-19 Guus SliepenRemove info-in-builddir option from AM_INIT_AUTOMAKE().
2015-05-09 Etienne DechampsAdd support for out-of-tree ("VPATH") builds.
2015-05-09 Etienne DechampsRemove explicit distribution rules for m4 scripts.
2015-05-09 Guus SliepenReally remove "release-" from the git-derived version...
2015-05-09 Etienne DechampsUse git describe to populate autoconf's VERSION.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-27 Guus SliepenReleasing 1.1pre11. release-1.1pre11
2014-12-26 Guus SliepenCheck whether res_init() really lives in libresolv.
2014-07-12 Guus SliepenRevert "Use git description as the tinc version."
2014-07-10 Etienne DechampsFix a typo (FORTIFY_SOURCE).
2014-06-29 Etienne DechampsUse git description as the tinc version.
2014-06-22 Alexis HildebrandtAdd support to link against libresolv Mac OS X
2014-06-22 Armin Fisslthalerreload /etc/resolv.conf in SIGALRM handler
2014-02-07 Guus SliepenReleasing 1.1pre10. release-1.1pre10
2013-12-10 Guus SliepenFix handling of --with-libgcrypt.
2013-12-10 Guus SliepenDon't enable -fstack-protector-all.
2013-12-10 Guus SliepenAdd our own autoconf check for libgcrypt.
2013-12-10 Guus SliepenEnable compiler hardening flags by default.
2013-09-08 Guus SliepenReleasing 1.1pre9. release-1.1pre9
2013-09-01 Etienne DechampsFix broken build with --with-openssl, --with-libgcrypt.
2013-09-01 Guus SliepenStart of a test suite.
2013-08-13 Guus SliepenReleasing 1.1pre8. release-1.1pre8
2013-08-13 Guus SliepenBuild .tar.gz instead of .tar.xz.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-15 Guus SliepenEnable and fix warnings from automake.
2013-05-10 Guus SliepenAdd __attribute__((warn_unused_result)) to crypto funct...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-05-01 Guus SliepenModernize the configure script a bit.