]> git.ozlabs.org Git - ppp.git/history - configure.ac
pppd: Fix compilation on Linux when IPV6 is disabled (#360)
[ppp.git] / configure.ac
2022-07-25 Paul MackerrasMerge pull request #349 from enaess/ppp-autotools
2022-07-15 Eivind NæssRemoving option to configure PPP_WITH_MAXOCTETS, helps...
2022-07-15 Eivind NæssFix include paths for plugins to use the public API...
2022-07-15 Eivind NæssUpdate configure.ac to use AS_IF() and correct use...
2022-07-15 Sam Jamesconfigure.ac: include systemd support in summary
2022-07-15 Sam Jamesconfigure.ac, pppd/Makefile.am: use pkg-config to link...
2022-07-15 Sam Jamesconfigure.ac: minor phrasing tidy ups in output
2022-07-15 Sam Jamesconfigure.ac: use consistent x${VAR} = x${VALUE} test
2022-07-15 Eivind NæssFixing up quotation of AC_DEFINE macro
2022-07-15 Eivind NæssChanging USE_SRP to PPP_WITH_SRP for consistency
2022-07-15 Eivind NæssChanging USE_PAM to PPP_WITH_PAM for consistency.
2022-07-15 Eivind NæssChanging defines for USE_PEAP to PPP_WITH_PEAP for...
2022-07-15 Eivind NæssChanging MAXOCTETS to PPP_WITH_MAXOCTETS
2022-07-15 Eivind NæssChanging the define USE_EAPTLS to PPP_WITH_EAPTLS for...
2022-07-15 Eivind NæssChanging PPP_FILTER to PPP_WITH_FILTER for consistency.
2022-07-15 Eivind NæssChanging PLUGIN to PPP_WITH_PLUGINS for consistency
2022-07-15 Eivind NæssChanging CBCP_SUPPORT define to PPP_WITH_CBCP to be...
2022-07-15 Eivind NæssChanging USE_TDB to PPP_WITH_TDB to be consistent.
2022-07-15 Eivind NæssChanging HAVE_MULTILINK to PPP_WITH_MULTILINK
2022-07-15 Eivind NæssChanging defines for CHAPMS, MSLANMAN, MPPE to prefix...
2022-07-15 Eivind NæssChanging INET6 to PPP_WITH_IPV6CP and adding configure...
2022-01-13 Richard Purdiepppd: Drop linux IPX support (#326)
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-09-27 Eivind NæssImprove the PEAP contribution by Rustam Kovhaev
2021-08-07 Paul MackerrasMerge pull request #305 from pali/ifnamsiz
2021-08-07 Eivind NæssFixing up a few inconsistencies in configure.ac (#306)
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-21 Eivind NæssSetting version to 2.4.10-dev per request of Neustradamus
2021-07-20 Eivind NæssFixing up libpcap configure option on SunOS
2021-07-20 Eivind NæssUse autoconf/automake to configure and make ppp