summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to 2.0.17Dave Beckett2023-03-011-1/+1
* https and 2023Dave Beckett2023-02-281-9/+9
* 2023Dave Beckett2023-02-231-1/+1
* configure.ac: fix -Wstrict-prototypesSam James2022-11-061-2/+2
* configure.ac: fix -Wimplicit-function-declaration in HAVE___FUNCTION__ test (...Sam James2022-11-051-1/+2
* Fix newline quoting for OSX sh/bash compatibilityDave Beckett2021-10-161-2/+2
* Update bison check to find first new enough GNU bisonDave Beckett2021-10-131-22/+14
* Fix headers after removal of AC_HEADER_TIMEDave Beckett2021-10-101-1/+1
* Remove and fix obsolete autoconfDave Beckett2021-10-091-5/+2
* Use newer ICU NFC check for ICU V56 or newerDave Beckett2020-09-131-2/+4
* configure.ac: Remove unused LIBXSLT_VERSION variableHugh McMaster2020-09-101-4/+1
* configure.ac: Allow use of pkg-config to detect the libxslt libraryHugh McMaster2020-09-081-37/+40
* configure.ac: Use PKG_CHECK_MODULES to detect the ICU libraryHugh McMaster2020-09-081-16/+5
* Move to bison 3.4+Dave Beckett2020-09-061-3/+3
* Get rid of strdup configure code; move to librdfaDave Beckett2017-01-081-13/+0
* Portability fixes for C11 and newer clangDave Beckett2017-01-081-14/+43
* Pull out OSX-specific and clang-specific warningsDave Beckett2017-01-081-5/+34
* configure.ac: do additional checks on libxml2 when library is foundAndreas Müller2015-10-271-1/+1
* Redisable -Wconversion - generated lexer too noisyDave Beckett2014-11-231-1/+1
* Enable -WconversionDave Beckett2014-11-231-1/+1
* Enable -Wformat=2 for gcc and fix thatDave Beckett2014-11-221-3/+1
* wsDave Beckett2014-11-161-1/+1
* mKR serializer - single commitDave Beckett2014-11-131-1/+5
* Bumped version to 2.0.16Dave Beckett2014-11-011-1/+1
* Use __FUNCTION__ (c99) replacing __func__ (c90)Dave Beckett2014-10-091-3/+3
* Add some GCC5 warning flagsDave Beckett2014-10-091-0/+6
* Always use AC_LANG_WERROR when checking for compiler warning flagsSebastian Freundt2014-10-091-11/+9
* Add public domain ssort_r if qsort_r and qsort_s are not presentDave Beckett2014-06-291-1/+1
* Bumped version to 2.0.15Dave Beckett2014-05-051-1/+1
* Import flex check from rasqalDave Beckett2014-05-031-16/+26
* Define FLEX_VERSION_DECIMAL and use to not duplicate column prototypes.Dave Beckett2014-04-201-0/+1
* Add -Wunreachable-codeDave Beckett2014-02-241-0/+1
* Bumped version to 2.0.14Dave Beckett2014-01-291-1/+1
* Use presence of libxml / curl config programs as test for presenceDave Beckett2014-01-271-2/+2
* Use AC_CHECK_PROGS to find jingDave Beckett2014-01-071-1/+1
* Alter configure to accept bison 3.0.0 or newer, no yaccDave Beckett2014-01-011-5/+5
* Bumped version to 2.0.13Dave Beckett2013-12-131-1/+1
* Add a configure test for __func__ since it's not always a macroDave Beckett2013-12-071-0/+7
* Add N-Quads 2013 W3C testsDave Beckett2013-12-051-0/+1
* Bumped version to 2.0.12Dave Beckett2013-11-241-1/+1
* Fix clang testDave Beckett2013-11-021-3/+3
* Check for clang to enable correct discovery of supported warningsDave Beckett2013-11-021-0/+12
* Various build system fixesDaniel Richard G2013-10-291-2/+2
* Test for jing and skip feed validation tests if it is missingDave Beckett2013-10-021-0/+2
* N-Triples 2013 test suiteDave Beckett2013-09-101-0/+1
* Bumped version to 2.0.11Dave Beckett2013-08-271-1/+1
* Revert 53664470aca6c3393fe05724653c7e45d0c52588Dave Beckett2013-07-301-1/+1
* Add automake option subdir-objects to keep librdfa buildingDave Beckett2013-07-301-1/+1
* Recommend flex 2.5.36Dave Beckett2013-04-271-1/+1
* Switch libxml and libcurl to use PKG_PROG_PKG_CONFIG and PKG_CHECK_MODULESDave Beckett2013-04-051-25/+29