aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* fix failure to build.ng02019-12-01
|
* define HAVE_AWK... we require awk for many parts, but for some casesng02019-12-01
| | | | it could make sense to skip it.
* convert texinfo checks to proper awk script, add detection for awk/gawk,ng02019-12-01
| | | | remove obsolete code.
* gnunet-logread: install only when perl has been found (avoid dysfunctional ↵ng02019-12-01
| | | | SHa-bang line.
* Add --with-gnunet-logread to configure.ng02019-12-01
|
* openbsd: "use_openbsd_libtool=true"ng02019-11-23
| | | | needs to be tested on an OpenBSD builder.
* configure: define XBSD (see NOTE, needs better handling in general),ng02019-11-22
| | | | add logic to find and define tun.h
* replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)ng02019-11-21
|
* revert changes for gnunet-qr, see note in configure.acng02019-11-21
|
* we no longer need win32-dllng02019-11-21
| | | | (https://www.gnu.org/software/gnulib/manual/html_node/Libtool-and-Windows.html)
* add initial logic to detect zbar dependenciesng02019-11-21
| | | | | no idea if it's really required, but at the very least we need to be able to point to the X11 root.
* On *BSD the header file sys/param.h defines BSD. Drop unnecessaryng02019-11-19
| | | | | | | BSD defines in the build-system. Furthermore add detection for FreeBSD using the additional defines by FreeBSD. Use !Linux where previously a list of BSDs was.
* configure: texi2man, only detection so far.ng02019-11-17
|
* make message about texi2mdoc more clear.ng02019-11-17
|
* addition to previous commit, properly implement make lint.ng02019-11-16
|
* configure: remove accidental copy block, fix mdocml message.ng02019-10-30
|
* configure: add mandoc + texi2mdoc detectionng02019-10-30
| | | | doc/man: add man-html and man-html-install
* TODO note for configure.acng02019-10-30
|
* v0.11.8ng02019-10-30
|
* v0.11.7v0.11.7Schanzenbach, Martin2019-10-27
|
* configure: Add TODO, add MariaDB to a message.ng02019-10-27
|
* configure: idn/idn2: indent, add msgng02019-10-26
|
* configure: add MSG_CHECKINGng02019-10-26
|
* configure: Add --with-libogg=PREFIXng02019-10-26
|
* configure: Add --with-libopus=PREFIXng02019-10-26
|
* configure: Add --with-libpulse=PREFIXng02019-10-26
|
* configure: Add --with[out]-libbluetooth=PREFIXng02019-10-26
|
* remove glpk.ng02019-10-25
|
* Add python3.8 to configure.ac, some minor formating and solve one TODO.ng02019-10-24
|
* fix failure to install with sudo for now. real change coming tonight.ng02019-10-23
|
* maybe improve sudo detection.ng02019-10-17
|
* Add support for doas.ng02019-10-17
|
* add yapf to make prettyng02019-10-14
|
* fix the previous uncrustify commit.ng02019-10-14
|
* 'make pretty' rule using uncrustify, detect uncrustify in configure script.ng02019-10-14
| | | | closes #5904
* Renamed credential service to abd, replaced all related functions, ↵Andreas Ebner2019-10-07
| | | | parameters, etc
* configure: remove checks for CXX and CPP. See ChangeLog.ng02019-09-16
|
* remove terminos.h, it seems like a typo of termios.h and neither of them are ↵ng02019-09-11
| | | | used in the sourcecode.
* configure: remove mingw conditions, replace one gcc with $CC.ng02019-09-11
|
* Add buildtarget to netbsdng02019-09-11
|
* configure: remove windows specific checks.ng02019-09-11
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* fix flag detection variablesSchanzenbach, Martin2019-09-09
|
* gcc does strange things with -Wno-*Schanzenbach, Martin2019-09-09
|
* add werror to checkSchanzenbach, Martin2019-09-09
|
* attempt fix flag detection againSchanzenbach, Martin2019-09-09
|
* attempt fix flag detectionSchanzenbach, Martin2019-09-09
|
* configure: remove plibc checkng02019-09-07
|
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|