aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: use pkg-config to locate dependenciesSami Kerola1-203/+117
This commit alters XRANDR (X Resize And Rotate) extension dependency, which is expected to have at least version 1.4. Earlier old versions of xrandr were supported, at least to some extent.
2013-05-26build-sys: move autotools files to subdirectoriesSami Kerola1-0/+2
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola1-0/+1
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended.
2013-05-26build-sys: use automake subdir-objectSami Kerola1-1/+1
2013-02-13mpfMathias Gumz1-1/+1
2013-02-10Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4Mathias Gumz1-1/+1
2013-01-20Adds 'he_IL' translations (provided by Genghis Khan)Mathias Gumz1-0/+1
2013-01-10Optional removal of SystemTray toolMathias Gumz1-1/+13
Added the option to remove the SystemTray tool completely from fluxbox.
2013-01-08fix little autoconf regressionMathias Gumz1-1/+1
2013-01-03automake: fix initializationSami Kerola1-2/+6
Reference: http://www.gnu.org/software/automake/manual/automake.html#Public-Macros
2013-01-02rename configure.in to configure.acSami Kerola1-0/+675
It seems autoheader version 2.69 does not work with configure.in file, and AM_CONFIG_HEADER macro. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:585: warning: macro 'AM_CONFIG_HEADER' not found in library Executing: autoheader autoheader: error: AC_CONFIG_HEADERS not found in configure.in