aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2013-01-02rename configure.in to configure.acSami Kerola1-675/+0
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
2012-12-30preparation of fluxbox 1.3.3Mathias Gumz1-1/+1
2012-12-12Increased verbosity of 'configure'Mathias Gumz1-25/+34
2012-12-12Fix build regression: enable XRANDR support by defaultMathias Gumz1-31/+33
The changes made in b178bed60b5bd8b2c9ed0cbc67fd729ff3820589 used the wrong variable to set the default state of '--enable-randr' in configure.in, that is fixed now. I also removed '--enable-randr12': If support for the Xrandr-extension is available at compile time we set HAVE_RANDR; if there is also support for Xrandr-1.2 (or higher), we also set HAVE_RANDR1_2 automatically. Other changes: * cleaned out public interface of 'class Fluxbox' * added 'RANDR' to output of 'fluxbox -info'
2012-12-05Simplified 'configure' / build systemMathias Gumz1-338/+180
* reduced duplicated auto-code * renamed '--enable-newwmspec' to '--enable-ewmh' * don't compile 'Slit'-code when '--disable-slit' * use AS_IF() in configure.in * use AS_HELP_STRING() instead of obsolete AC_HELP_STRING in configure.in * removed redundant calls to 'imlib2-config' to fill in $IMLIB2_CFLAGS and $IMLIB2_LIBS, AC_PATH_GENERIC() does that out of the box already
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-19/+49
gettimeofday() is subject to be changed on daylight-saving or to ntp-related (think leap-seconds). even worse, it is subject to be changed BACK in time. this is hard to fix correctly (see commit 45726d3016e and bug #3560509). it is irrelevant for timers to know the nano-seconds since the epoch anyways.
2011-10-31configure.in: Windows requires a library to link for catgetsRyan Pavlik1-0/+3
2011-10-31Merge branches 'fix-out-of-range-memory', 'obey-configure' and ↵Ryan Pavlik1-20/+20
'other-improvements' into windows-mingw
2011-10-31configure.in, acinclude.m4: always pre-pend new libs.Ryan Pavlik1-19/+19
2011-10-31configure.in: Check for sync()Ryan Pavlik1-1/+1
2011-10-28Prepare 1.3.2 releaseRelease-1_3_2Mathias Gumz1-1/+1
2011-10-17removed obsolete handler for the gnome-window manager hintsMathias Gumz1-19/+0
nowadays every app should use the extended window manager hints exclusively.
2011-05-07Include src/tests in the distribution tarballPavel Labath1-0/+16
and add a configure option for building them (default: off). This patch fixes an error when configuring the tarball, where configure complained it cannot find src/tests/Makefile.in.
2011-03-23configure fix: sstream test needs math.h, thus we should test math.h beforeMathias Gumz1-1/+1
bubbled up on solaris10, had to install 'math-header'.
2011-03-18some love to src/tests, use automake to use the same build environment as ↵Mathias Gumz1-0/+1
the rest of fluxbox
2011-03-01remove doc/ru reference in configure.inMathias Gumz1-1/+0
2011-02-27updated NEWS for 1.3.1, increased version numberRelease-1_3_1Mathias Gumz1-1/+1
2011-02-191.3.0 version for configureRelease-1_3_0Henrik Kinnunen1-1/+1
2010-09-04added support for bidirectional textKen Bloom1-2/+25
2009-10-03minor typoMathias Gumz1-2/+2
2009-10-03build system: checking to link against extensions (Xinerama, Randr, Shape) ↵Mathias Gumz1-64/+115
is not enough, we have to check the headers as well
2009-10-03build system: moved some things around, 'finished configuring' message now ↵Mathias Gumz1-81/+41
at the end
2008-09-03add check to configure script to detect old versions of XrandrRelease-1_1_0_1Mark Tiefenbruck1-2/+18
2008-09-02back to git versionHenrik Kinnunen1-1/+1
2008-09-01new version 1.1Henrik Kinnunen1-1/+1
2008-06-26remove dithering codeMark Tiefenbruck1-14/+0
2008-06-20move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck1-0/+8
2008-06-02add macedonian translationsDamjan Dimitrioski1-0/+1
2008-04-26some updates for the startup file in modern timesMark Tiefenbruck1-0/+8
2008-04-25add fbrun to default apps fileMark Tiefenbruck1-0/+8
2008-04-03Added autoscan hints to configure.inNitish Padgaonkar1-0/+64
2007-12-28move #define SHAPE to config.h instead of -DSHAPE on command lineMark Tiefenbruck1-21/+12
2007-12-25removed KDE configure optionMark Tiefenbruck1-16/+0
2007-12-20replace svn stuff with gitMark Tiefenbruck1-1/+1
2007-12-13fix --with-style configure optionmarkt1-1/+1
2007-11-22added translations for zh_TWmarkt1-0/+1
2007-10-11svn version againfluxgen1-1/+1
2007-10-08changed default style to bloeRelease-1_0_0fluxgen1-1/+1
2007-10-07added new style bloe, thanks Sven Michelfluxgen1-0/+2
2007-10-07new versionfluxgen1-1/+1
2007-09-30added new styles from Sven Michel aka tenner, removed some old styles too.fluxgen1-0/+11
2007-09-09Added support for slovak language, thanks Martin Lukac.fluxgen1-0/+1
2007-08-11svn versionfluxgen1-1/+1
2007-08-04fix bug with --with-localesimonb1-1/+1
2007-07-02enable Xinerama and Imlib2 by defaultmarkt1-20/+23
2007-04-17basicly cosmetic changes, patch by slava semushinmathias1-1/+1
2007-04-01added some localesmarkt1-0/+5
2007-03-30added fi_FI support, thanks Pasi Juvonenfluxgen1-0/+1
2007-03-20new releaseRelease-1.0rc3fluxgen1-1/+1
2006-08-04updated spanish translations, added es_ARmarkt1-0/+1