summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann2023-01-281-1/+3
| | | | | | | | | | | | in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This date call works with various implementations of date. Also use UTC to be independent of timezone. This patch was done while working on reproducible builds for openSUSE.
* configure.ac: Use pkg-config to detect libxml2Hugh McMaster2022-08-081-8/+2
|
* Set CPPFLAGS for GTK1 check to prevent preprocessor complains (gtk/gtk.h: ↵Suren A. Chilingaryan2013-11-161-0/+4
| | | | accepted by the compiler, rejected by the preprocessor!)
* Multiple fixes of build systemSuren A. Chilingaryan2013-11-161-3/+8
|
* Fix build system for compatibility with latest versions of automakeSuren A. Chilingaryan2013-11-131-0/+447