aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2012-06-27build: plugins: set defaults based on platformAlon Bar-Lev
2012-06-26build: integrate plugins build into core buildAlon Bar-Lev
2012-06-13build: add --with-special-build to provide special build stringAlon Bar-Lev
2012-06-07build: do not support <polarssl-1.1.0Alon Bar-Lev
2012-06-04build: support platforms that does not need explicit tun headersAlon Bar-Lev
2012-06-01build: cleanup: yet another forgotten bracketsAlon Bar-Lev
2012-06-01build: add git revision to --version output if build from git repositoryAlon Bar-Lev
2012-06-01build: detect sys/wait.h required for *bsdAlon Bar-Lev
2012-06-01build: check minimum polarssl versionAlon Bar-Lev
2012-04-28build: fix typo in --enable-save-passwordAlon Bar-Lev
2012-04-28build: use stdbool.h if availableAlon Bar-Lev
2012-04-27Use POLARSSL_CFLAGS instead of POLARSSL_CRYPTO_CFLAGS in configure.acAdriaan de Jong
2012-04-27Clean-up: Presume that Linux is always IPv6 capable at build timeDavid Sommerseth
2012-04-26Ensure sys/un.h autoconf detection includes sys/socket.hAdriaan de Jong
2012-04-26build: properly detect TUNSETPERSISTAlon Bar-Lev
2012-04-26build: properly detect netinet/ip.h structsAlon Bar-Lev
2012-04-26build: fix some statement left from conversionAlon Bar-Lev
2012-04-02cleanup: avoid using ~0 - genericAlon Bar-Lev
2012-03-30Enable pedantic in windows compilationAlon Bar-Lev
2012-03-28build: tap: search for tap headerAlon Bar-Lev
2012-03-28build: openbsd: detect netinet/ip.h correctlyAlon Bar-Lev
2012-03-26build: assume dlfcn is available on all supported platformsAlon Bar-Lev
2012-03-26build: enable lzo by defaultAlon Bar-Lev
2012-03-26build: autoconf: misc sockets fixupsAlon Bar-Lev
2012-03-24build: use tap-windows.h as external dependencyAlon Bar-Lev
2012-03-24build: distribute samples in windowsAlon Bar-Lev
2012-03-24build: windows: install version.sh to allow installer read versionAlon Bar-Lev
2012-03-22build: move inet_ntop(), inet_pton() emulation into compatAlon Bar-Lev
2012-03-22build: move gettimeofday() emulation to compatAlon Bar-Lev
2012-03-22build: split out compatAlon Bar-Lev
2012-03-22build: win-msvc: msbuild formatAlon Bar-Lev
2012-03-22build: autoconf: update defaults for optionsAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: proper lzo detection and usageAlon Bar-Lev
2012-03-22build: properly process lzo-stubAlon Bar-Lev
2012-03-22build: proper pkcs11-helper detection and usageAlon Bar-Lev
2012-03-22build: proper selinux detection and usageAlon Bar-Lev
2012-03-22build: autoconf: minor cleanupsAlon Bar-Lev
2012-03-22build: properly detect and use socket libsAlon Bar-Lev
2012-03-22build: libdl usageAlon Bar-Lev
2012-03-22build: autoconf: commands as environmentAlon Bar-Lev
2012-03-22build: add libtool + windows resources for executablesAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev
2012-03-22build: remove awk and non-standard autoconf output processingAlon Bar-Lev
2012-03-22build: autoconf: remove OPENVPN_ADD_LIBS useless macroAlon Bar-Lev
2012-03-22build: autotools: first pass of trivial autotools changesAlon Bar-Lev
2012-03-22build: m4/ax_socklen_t.m4: cleanupAlon Bar-Lev
2012-03-22build: split acinclude.m4 into m4/*Alon Bar-Lev
2012-03-22cleanup: rename tap-windows function from win32 to winAlon Bar-Lev
2012-03-22Remove tap-win32Alon Bar-Lev