aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* fix build system to actually handle openssl.cnf properlyChristian Grothoff2019-02-20
|
* gnunet-gns-proxy-setup-ca: conditionally sed openssl and certutil location,ng02019-02-19
| | | | | use variable for locations, check for openssl and certutil in configure phase.
* fix macos build of dist tarballSchanzenbach, Martin2019-02-15
|
* fix HAVE_MEMRCHRSchanzenbach, Martin2019-02-14
|
* Switch to python3.7 (integration-tests incomplete), continue using python2.7 ↵ng02019-02-14
| | | | | | for gnunet-qr with an incredible annoying workaround for autotools inability to deal with 2 major python versions at the same time Signed-off-by: ng0 <ng0@n0.is>
* add more missing EXTRA_DISTs and remove dv (to be integrated with transport ↵Christian Grothoff2019-02-13
| | | | in TNG)
* use idn2.h or idna.h depending on HAVE_LIBIDN/HAVE_LIBIDNChristian Grothoff2019-02-11
|
* externalizing secushare logicChristian Grothoff2019-02-11
|
* Fix typo in configure.acng02019-02-09
| | | | Signed-off-by: ng0 <ng0@n0.is>
* configure: do not produce the word "warning" twiceng02019-02-09
| | | | Signed-off-by: ng0 <ng0@n0.is>
* configure: don't check for makeinfo version. rename section7 to ↵ng02019-02-09
| | | | | | texi2mdoc-generation Signed-off-by: ng0 <ng0@n0.is>
* make memrchr detection more general as some linux libcs such as musl or diet ↵Schanzenbach, Martin2019-02-05
| | | | do not have memrchr either
* 2 more spdx identifiersng02019-01-14
|
* make sure mono time uses atomicsChristian Grothoff2018-12-13
|
* move network type logic out of ATS code, move performance preferences into MQChristian Grothoff2018-11-22
|
* fix pq checkChristian Grothoff2018-11-22
|
* no hard fail if pq not foundChristian Grothoff2018-11-22
|
* fixing #5440: updating postgres test m4 macroChristian Grothoff2018-11-21
|
* fix impropper negationChristian Grothoff2018-11-21
|
* fixing #5439Christian Grothoff2018-11-21
|
* fix #5431Christian Grothoff2018-11-21
|
* fix #5477lurchi2018-11-14
|
* BUILD: remove ERROR from warning lineSchanzenbach, Martin2018-11-12
|
* configure: best effort commit (untested) to solve version requirement for ↵Nils Gillmann2018-10-30
| | | | | | makeinfo. Signed-off-by: Nils Gillmann <ng0@n0.is>
* doc/documentation split into doc/tutorial and doc/handbook for clarity and ↵Christian Grothoff2018-10-25
| | | | to avoid automake freakout
* cleaning up configure, in particular the idn.h checksChristian Grothoff2018-10-25
|
* fix -lidn(2) linkage by adding missing AM_CONDITIONAL and missing endif ↵Christian Grothoff2018-10-25
| | | | statements
* libidn + libidn2 support, as proposed by WJ Liu / multiSnow in a github gist.Nils Gillmann2018-10-25
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* If texi2mdoc is not found, throw a warning when --enable-section7 is trueNils Gillmann2018-10-21
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* move aux before canonical checksChristian Grothoff2018-10-20
|
* TR suggested using AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE to prevent ↵Christian Grothoff2018-10-18
| | | | build issue when parent dir is automake project dir
* again jsonapiSchanzenbach, Martin2018-09-27
|
* doc: start work on mdoc generation supportNils Gillmann2018-09-07
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* basic benchmarkingFlorian Dold2018-08-18
|
* missing comma in configure.acFlorian Dold2018-08-16
|
* minor fixChristian Grothoff2018-08-16
|
* fix build; move rest plugins to separate folderSchanzenbach, Martin2018-08-13
|
* renamed identity-provider subsystem to reclaimSchanzenbach, Martin2018-07-19
|
* make --enable-documentation defaultxrs2018-07-01
|
* fix --enable-documentation optionxrs2018-06-30
|
* remove remenantsChristian Grothoff2018-06-26
|
* fix postgres version check on DebianChristian Grothoff2018-06-26
|
* move dns ops again, 2nd tryChristian Grothoff2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* configure: Add initial upnpc codeNils Gillmann2018-06-25
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* use the asynchronous DNS resolution API (getaddrinfo_a) in the resolver modulelurchi2018-06-24
|
* fix https://gnunet.org/bugs/view.php?id=4746Schanzenbach, Martin2018-06-24
|
* Issue 5352 'iptables is hardcoded': Check for iptables (and ifconfig) in ↵dvn2018-06-24
| | | | $PATH during the configure phase of the build process. This also creates a variable of the full path to iptables. Next step is to replace the hardcoded path with this variable in the code.
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|