aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* version bump, update ChangeLog, fix make distChristian Grothoff2019-02-28
|
* trying to fix #5605Christian Grothoff2019-02-24
|
* util: build with external libatomicDaniel Golle2019-02-23
| | | | | | | | | | | | | | Recent versions of gcc on some architectures (MIPS, PPC, ...) moved atomic functions into a separate library. As we are using atomic load/store in util/time.c we may need to link libgnunetutil against libatomic for __atomic_load_8 and __atomic_store_8 to be defined. Fixes build problem on MIPS: ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_store_8' ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* configure.ac: make it more portable.ng02019-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ===> Creating toolchain wrappers for gnunet-0.11.0pre66 ===> Configuring for gnunet-0.11.0pre66 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure: if test "x$enable_autostart" == "xno" Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/wip/gnunet *** Error code 1
* configure.ac: point to docs.gnunet.orgng02019-02-22
|
* 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
|