summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* autotools: Make xslt-config executableNick Wellnhofer2023-05-111-1/+1
* Release v1.1.38Nick Wellnhofer2023-05-061-2/+2
* autotools: Link with --undefined-versionNick Wellnhofer2023-05-061-1/+5
* fuzz: Improve fuzzersNick Wellnhofer2023-03-091-2/+0
* build: Add a distutils-based build system for the Python bitsChun-wei Fan2022-11-211-0/+1
* tests: Port most of the test suite to CNick Wellnhofer2022-09-071-22/+0
* autotools: Use AM_CFLAGS consistentlyNick Wellnhofer2022-09-061-6/+11
* python: Create .pyd on WindowsNick Wellnhofer2022-09-061-1/+1
* python: Fix build on WindowsNick Wellnhofer2022-09-061-7/+6
* Update GCC compiler warningsNick Wellnhofer2022-09-011-1/+1
* Release v1.1.37v1.1.37Nick Wellnhofer2022-08-291-1/+1
* Require automake-1.16.3 or laterNick Wellnhofer2022-08-291-1/+1
* Add missing compile definition for static builds to AutotoolsMike Dalessio2022-08-201-0/+15
* Release v1.1.36v1.1.36Nick Wellnhofer2022-08-171-1/+1
* Remove special configuration for old maintainersNick Wellnhofer2022-07-291-1/+0
* Avoid obsolescent `test -a` constructsDavid Seifert2022-04-031-3/+3
* Only link libxml2 statically in purely static buildNick Wellnhofer2022-04-031-1/+1
* Set AC_CONFIG_MACRO_DIRNick Wellnhofer2022-04-021-0/+1
* Allow AM_MAINTAINER_MODE to be disabledNick Wellnhofer2022-04-021-3/+1
* Don't try to recreate COPYING symlinkNick Wellnhofer2022-04-021-2/+0
* Remove special configuration for certain maintainersNick Wellnhofer2022-04-021-13/+0
* configure.ac: produce tar.xz only (GNOME policy)David Seifert2022-04-021-1/+1
* Detect libm using libtool's macrosDavid Seifert2022-04-021-6/+2
* configure.ac: disable static libraries by defaultDavid Seifert2022-04-021-1/+1
* python/Makefile.am: rely on global AM_INIT_AUTOMAKEDavid Seifert2022-04-021-5/+2
* configure.ac: remove useless AC_SUBSTDavid Seifert2022-04-021-4/+0
* Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindingsDavid Seifert2022-04-021-119/+7
* Don't check for standard C89 library functionsNick Wellnhofer2022-03-311-11/+5
* Don't check for standard C89 headersNick Wellnhofer2022-03-311-4/+2
* Remove --with-html-dir optionNick Wellnhofer2022-03-311-15/+0
* Rework documentation build systemNick Wellnhofer2022-03-301-7/+0
* Remove obsolete AC_HEADER_STDC autoconf macroVadim Zeitlin2022-03-101-2/+0
* Remove ChangeLogNick Wellnhofer2022-02-161-21/+2
* Remove xsltwin32config.hNick Wellnhofer2022-02-161-1/+0
* Release v1.1.35v1.1.35Nick Wellnhofer2022-02-161-1/+1
* Support custom prefix when installing Python moduleNick Wellnhofer2022-02-141-1/+1
* Update linksNick Wellnhofer2022-02-141-1/+1
* Add documentation in devhelp formatNick Wellnhofer2022-02-131-0/+2
* Add --enable-rebuild-docs configure optionNick Wellnhofer2022-02-131-0/+7
* Remove redundant flags from pkg-config filesNick Wellnhofer2021-06-061-2/+0
* Generate lbxslt-config.cmake with autotoolsMarkus Rickert2020-12-071-0/+4
* Finish and clean up Python 3 supportNick Wellnhofer2020-11-191-6/+6
* Initial support for Python 3Suleyman Poyraz2020-11-191-38/+69
* Fix -Wshadow warnings in libexslt/dynamic.cDavid Kilzer2020-01-101-1/+1
* Fix variable syntax in Python configurationNick Wellnhofer2020-01-101-5/+5
* Fix xml2-config check in configure scriptNick Wellnhofer2019-11-151-1/+1
* Check whether 'xml2-config --dynamic' is supportedNick Wellnhofer2019-11-111-8/+11
* Release of libxslt-1.1.34v1.1.34Daniel Veillard2019-10-301-1/+1
* configure.ac: Invoke PKG_CHECK_MODULES for building shared librariesHugh McMaster2019-08-021-5/+9
* configure.ac: Conditionally determine whether xml2-config should pass shared ...Hugh McMaster2019-08-021-24/+49