aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* tag releasev0.11.2Christian Grothoff2019-04-04
|
* distingChristian Grothoff2019-04-03
|
* fix libzbar detectionChristian Grothoff2019-04-03
|
* configure.ac: Add check for libzbar (using pkgconfig).Hartmut Goebel2019-04-03
| | | | libzbar is required for gnunet-qr, which is optional.
* fix accidental slipup w configure.acng02019-04-02
|
* Decrease minimum python version to 3.4ng02019-04-01
|
* Fix building texi2mdoc generationng02019-04-01
|
* Merge branch 'dev/ng0/5673_5616'ng02019-04-01
|\
| * add ability to build manpages independent from other documentation choicesng02019-04-01
| |
* | fix 5673? at least it builds againng02019-04-01
| |
* | configure.ac: it looks like a typong02019-04-01
| |
* | be more verborse about which header files we requireng02019-04-01
|/
* contrib: Move scripts content to scripts/Makefileng02019-03-19
| | | | | Actually build the contrib perl script. Add an m4 script for perl.
* attempt to fix code portability issue reported on help-gnunetChristian Grothoff2019-03-16
|
* fix bootstrapSchanzenbach, Martin2019-03-12
|
* fix configure check to test for MHD 0.9.52:Christian Grothoff2019-03-11
|
* having a working libidn is no longer optionalChristian Grothoff2019-03-11
|
* followupng02019-03-06
|
* 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