summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* Call AC_PROG_SED and use $SED variableOndřej Surý2015-05-271-2/+3
* Merge branch 'bash_completion-makefile' of gitlab.labs.nic.cz:labs/knot into ...Dominik Taborsky2015-05-271-3/+4
|\
| * Rewrite default prefix with --prefix value in bash_completion_dirOndřej Surý2015-05-271-3/+4
* | makefile: put DESTDIR back, fix make uninstall.Dominik Taborsky2015-05-271-1/+1
|/
* Add missing variable name to PKG_CHECK_VAR callOndřej Surý2015-05-271-1/+4
* PKG_CHECK_MODULES is redundant for bash-completionOndřej Surý2015-05-271-4/+1
* configure: fix typo and use PKG_VAR_CHECK.Dominik Taborsky2015-05-271-4/+4
* makefile: add action-if-not-found for bash-completion module in configure.ac.Dominik Taborsky2015-05-261-8/+8
* makefile: fix previous attempt at installing bash completion script correctly.Dominik Taborsky2015-05-261-4/+8
* makefile: install bash completion script for keymgr to correct location.Dominik Taborsky2015-05-261-0/+4
* Add simple pkg-config file for libzscanner libraryOndřej Surý2015-05-201-1/+3
* Use hidden visibility only for shared librariesOndřej Surý2015-05-201-2/+1
* configure: reformat configuration summaryDaniel Salzman2015-05-201-12/+10
* Add more debug output for used _CFLAGS and _LIBS to configure and explicitly ...Ondřej Surý2015-05-201-0/+2
* Remove version-script support to remove additional complexity it introduces (...Ondřej Surý2015-05-201-3/+0
* Use noinst_LTLIBRARIES for internal and yparser to make unified libknot.Ondřej Surý2015-05-201-1/+1
* Merge libknot-int and libknot-yparser into libknot with versioned symbols to ...Ondřej Surý2015-05-201-2/+3
* Fix _VERSION_INFO definition in configure.acOndřej Surý2015-05-201-9/+4
* Merge libknot-yparser into libknotOndřej Surý2015-05-201-3/+0
* Use proper library versioning:Ondřej Surý2015-05-201-1/+34
* Add -lurcu to liburcu_LIBS when we don't have liburcu.pcOndřej Surý2015-05-201-0/+1
* Add missing AC_SUBST() for DNSTAPOndřej Surý2015-05-201-0/+2
* Link urcu and lmdb only where neededOndřej Surý2015-05-191-5/+5
* Disable fast zone parser when used with LLVM backed compiler (closes #351)Ondřej Surý2015-05-111-0/+10
* Fix typo that caused configure error with --disable-systemdOndřej Surý2015-05-101-1/+1
* Looks like simple sed works everywhereOndřej Surý2015-05-061-3/+1
* Get release-date from first NEWS entry instead of modification time of config...Ondřej Surý2015-05-061-2/+2
* Merge branch 'fix-out-of-srcdir-sphinx-build' into 'master'Jan Včelák2015-04-301-1/+0
|\
| * Fix sphinx-build out-of-srcdir-buildOndřej Surý2015-04-301-1/+0
* | Don't release tar.gz, just tar.xzOndřej Surý2015-04-301-1/+1
|/
* Generate man pages directly from sphinx instead of using local copiesOndřej Surý2015-04-281-10/+0
* Fix lmdb detection code in configure.acOndřej Surý2015-04-281-3/+3
* bump version to 2.0.0-betav2.0.0-betaJan Vcelak2015-04-231-1/+1
* Use configure.ac located in ${srcdir} to allow datestamp of configure.ac to w...Ondřej Surý2015-04-211-2/+2
* doc: build DNSSEC man pages from main documentationJan Vcelak2015-04-201-6/+5
* doc: separate Sphinx config for autotools variablesJan Vcelak2015-04-151-1/+1
* configure: remove empty conditional blockDaniel Salzman2015-04-101-2/+0
* Merge branch 'master' into new_configDaniel Salzman2015-04-091-1/+1
|\
| * move utilities for fuzzy testing outside testsJan Vcelak2015-04-021-0/+1
| * patches: remove (obsolete)Daniel Salzman2015-03-021-1/+0
* | utils: add config conversion utility (knot1to2)Daniel Salzman2015-04-091-0/+1
* | Remove flex/bison based configurationDaniel Salzman2015-04-091-32/+0
|/
* rosedb: fix configure help messageJan Vcelak2015-02-191-5/+2
* Don't overwrite --{enable,disable}-fastparser values given by userOndřej Surý2015-02-181-7/+8
* Add pkg-config for libknot-yparser libraryOndřej Surý2015-02-171-0/+1
* Disable fastparser in developers' buildsOndřej Surý2015-02-171-3/+8
* Remove empty else branch, fix #329Ondřej Surý2015-02-161-1/+0
* Add missing block delimiters to AC_ARG_WITH, should fix #329Ondřej Surý2015-02-131-1/+2
* Remove empty [] else block in AS_IF that generated empty shell block 'else fi...Ondřej Surý2015-02-131-1/+1
* Use proper case for CFLAGS, LDFLAGS and LIBSOndřej Surý2015-02-111-3/+3