aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* changes for 0.11.6 release: i18n, packaging, missing files in distChristian Grothoff2019-07-24
|
* version bumpingChristian Grothoff2019-06-05
|
* as_help_ng02019-05-26
|
* configure: improvements (mainly: detects libzbar with passing --with-libzbar).ng02019-05-26
| | | | The m4 scripts so far originated from gst-plugins-bad.
* configure: bits of reindenting, start of an incomplete new configurationng02019-05-25
| | | | end output.
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* dist for 0.11.4v0.11.4Schanzenbach, Martin2019-05-12
|
* towards thread-safe loggingFlorian Dold2019-05-09
| | | | | (Thread-safe logging isn't really relevant for GNUnet itself, but it is necessary for the GNU Taler exchange)
* Make gnurl and curl mutually exclusive.Florian Dold2019-04-30
| | | | | | | | | | This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707
* bump version requirement for MHD to 0.9.63Christian Grothoff2019-04-27
|
* fix ftbfsChristian Grothoff2019-04-21
|
* implement backchannel encryption/decryptionChristian Grothoff2019-04-16
|
* disting v0.11.3v0.11.3Christian Grothoff2019-04-07
|
* move gnunet-download-manager to contribng02019-04-06
|
* Revert "these Makefiles do not exist"ng02019-04-06
| | | | This reverts commit 942180b42f3623070882605d1e497b4abf7499ed.
* +ng02019-04-06
|
* fixng02019-04-06
|
* these Makefiles do not existng02019-04-06
|
* fix #5676Christian Grothoff2019-04-06
|
* address #5627Christian Grothoff2019-04-06
|
* fix #5352Christian Grothoff2019-04-05
|
* macOS llvm/gcc does not support this flag; llvm checks unresolved symbols ↵Schanzenbach, Martin2019-04-04
| | | | without it
* Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2019-04-04
|\
| * tag releasev0.11.2Christian Grothoff2019-04-04
| |
* | add check for undefined symbolsSchanzenbach, Martin2019-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
|