summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #417 from enaess/fixesPaul Mackerras2023-05-011-1/+2
|\
| * Add configure check to see if we have struct sockaddr_llEivind Naess2023-04-231-1/+2
* | Update version to 2.5.1-devPaul Mackerras2023-05-011-1/+1
|/
* Add a --with-system-ca-path <path-to-ca-directory> option to configure (#406)Eivind Næss2023-03-181-0/+23
* Disable building the plugins with static libraries (.a) filesEivind Næss2023-01-301-0/+1
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-1/+3
* Fix libsystemd detectionChocobo12022-09-201-1/+1
* Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-121-18/+11
* Fix warning messages on autoreconf (especially with a newer autoconf)Eivind Næss2022-08-081-1/+1
* Let ./configure control the paths for pppdEivind Næss2022-08-081-5/+5
* Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-151-7/+0
* Fix include paths for plugins to use the public API of pppdEivind Næss2022-07-151-1/+2
* Update configure.ac to use AS_IF() and correct use of paranthesisEivind Næss2022-07-151-4/+2
* configure.ac: include systemd support in summarySam James2022-07-151-0/+1
* configure.ac, pppd/Makefile.am: use pkg-config to link against systemdSam James2022-07-151-0/+4
* configure.ac: minor phrasing tidy ups in outputSam James2022-07-151-4/+4
* configure.ac: use consistent x${VAR} = x${VALUE} testSam James2022-07-151-5/+5
* Fixing up quotation of AC_DEFINE macroEivind Næss2022-07-151-10/+10
* Changing USE_SRP to PPP_WITH_SRP for consistencyEivind Næss2022-07-151-1/+2
* Changing USE_PAM to PPP_WITH_PAM for consistency.Eivind Næss2022-07-151-2/+2
* Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-151-2/+2
* Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-151-1/+1
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-2/+2
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-3/+3
* Changing PLUGIN to PPP_WITH_PLUGINS for consistencyEivind Næss2022-07-151-2/+2
* Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.Eivind Næss2022-07-151-4/+4
* Changing USE_TDB to PPP_WITH_TDB to be consistent.Eivind Næss2022-07-151-3/+3
* Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-151-3/+3
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-7/+7
* Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-151-5/+6
* pppd: Drop linux IPX support (#326)Richard Purdie2022-01-131-11/+0
* Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-4/+13
* Fixing up a few inconsistencies in configure.ac (#306)Eivind Næss2021-08-071-7/+7
* Setting version to 2.4.10-dev per request of NeustradamusEivind Næss2021-07-211-1/+1
* Fixing up libpcap configure option on SunOSEivind Næss2021-07-201-5/+14
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+408