summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2017-09-25Bump to -betaJérémie Courrèges-Anglas
Reminded by 'brainwash'
2017-09-18Move #ifdef HAVE_XRANDR in xrandr.cJérémie Courrèges-Anglas
- always build xrandr.c - provide stubs in xrandr.c; only init_xrandr() anc xrandr_fill_screen() are safe to call if XRandR support is not built in Code that wants to use XRandR outside xrandr.c should test rp_have_xrandr.
2017-04-03New release: ratpoison-1.4.9Jérémie Courrèges-Anglas
2017-03-23Don't link against libhistory by default.Jérémie Courrèges-Anglas
2017-03-10Bump to -rc2Jérémie Courrèges-Anglas
2017-03-09Don't hardcode gcc.Jérémie Courrèges-Anglas
NB, the implementation of AX_CHECK_COMPILE_FLAG is under GPLv3.
2017-03-09Require xrandr support by default.Jérémie Courrèges-Anglas
2017-02-15Bump to 1.4.9-rc1Jérémie Courrèges-Anglas
2017-02-15Merge branch 'xrandr'Jérémie Courrèges-Anglas
All the hard work on xrandr done by Mathieu OTHACEHE, thanks!
2016-12-09Bump to xrandr4Jérémie Courrèges-Anglas
2016-12-08Bump to xrandr3.Jérémie Courrèges-Anglas
2016-12-01Bump to ratpoison-1.4.9-xrandr2Jérémie Courrèges-Anglas
2016-11-24__builtin_prefetch is a compiler feature, not a library functionJérémie Courrèges-Anglas
2016-11-24Tweak previous.Jérémie Courrèges-Anglas
Use nicer names that the long ac_cv_* variables. Also, the reason why the third parameter of AC_CHECK_LIB was significant is that, if using the default (empty), the macro adds -lXrandr to LIBS. Later, LIBS is used for compile tests, which fail if libXrandr is not in the default search path of ld(1), for example in /usr/X11R6/lib...
2016-11-23define HAVE_XRANDR/link with libXrandr when we actually want toJérémie Courrèges-Anglas
2016-11-22Use a different tarball name for xrandr support.Jérémie Courrèges-Anglas
2016-11-22autotools: xkb is an external package -> --with[out]-xkbJérémie Courrèges-Anglas
2016-11-21autotools: detect precisely Xrandr supportJérémie Courrèges-Anglas
Bail out if xrandr support can't be found but the user explicitely requested it.
2016-11-21libXext isn't usedJérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE
Drop deprecated xinerama support and replace it with xrandr. Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
2014-12-30Move to ratpoison-1.4.9-beta.Jérémie Courrèges-Anglas
2014-09-14Here comes ratpoison-1.4.8Jérémie Courrèges-Anglas
2014-09-14Check for and include sys/stat.hJérémie Courrèges-Anglas
* needed by the recent use of fchmod, missing include warning triggered on Debian stable but not OpenBSD
2014-06-14Rewrite libhistory handling.Jérémie Courrèges-Anglas
2014-06-14Fix --enable-mdoc error message.Jérémie Courrèges-Anglas
2014-06-14Support --enable-debug=noJérémie Courrèges-Anglas
Reported by Jeroen Roovers (jer@gentoo) who proposed a similar patch.
2014-06-14Kill RCS Ids.Jérémie Courrèges-Anglas
2014-06-14Move to 1.4.7-betaJérémie Courrèges-Anglas
2014-04-08Here comes ratpoison-1.4.7Jérémie Courrèges-Anglas
2014-04-02Here's 1.4.7-rc3.Jérémie Courrèges-Anglas
2014-03-29Here's 1.4.7-rc2.Jérémie Courrèges-Anglas
2014-03-29Detect XKB support at build and runtime.Jérémie Courrèges-Anglas
2014-03-25Use AM_MISSING_PROG for mandoc (better error messages).Jérémie Courrèges-Anglas
Prompted by a discussion with Bernhard R. Link.
2014-03-24Heading towards 1.4.7Jérémie Courrèges-Anglas
2014-03-24Install ratpoison.el in share/emacs/site-lispJérémie Courrèges-Anglas
2014-02-20Fall back to ioctl(TIOCNOTTY) to detach from the controlling terminal.Jérémie Courrèges-Anglas
* As with setpgid, only do this if setsid fails or is absent.
2014-02-20Detect pwd.h and getpwuid.Jérémie Courrèges-Anglas
2014-02-20Test for __builtin_prefetch, not for __GNUC__.Jérémie Courrèges-Anglas
* Fixes build with pcc.
2014-02-20Replace man(7) manpage with a mdoc(7)-formatted one.Jérémie Courrèges-Anglas
* The former manpage needed Groff to be properly formatted, this is a dependancy I want to remove. Support for systems where neither groff nor mandoc are available is achieved by generating a man(7) manpage, which will be shipped in the tarballs. * The mdoc(7) language provides semantic annotations for better documentation of Unix utilities, contrary to man(7) which provides mere presentation markup. * The build system now encodes paths in the manpage according to the settings passed to ./configure. Note that some markup used may not be perfectly appropriate. Comments about this matter, and questions from distro maintainers using manpage patches are welcome. Selected reading: - http://mdocml.bsd.lv general information about mdoc(7) - http://mdocml.bsd.lv/mdoc.7.html mdoc(7) macros reference - http://manpages.bsd.lv/ mdoc(7) tutorial
2014-01-03Check for alternative names of typeof().Jérémie Courrèges-Anglas
2013-11-26Prettify --with-xterm handling.Jérémie Courrèges-Anglas
2013-11-26Prettify --enable-debug handling.Jérémie Courrèges-Anglas
2013-11-26If asked for, use the Electric Fence library.Jérémie Courrèges-Anglas
2013-11-26Assume we have stdarg.h and unistd.h.Jérémie Courrèges-Anglas
2013-11-26Don't check for usleep, useless since Dec. 2004Jérémie Courrèges-Anglas
* see 9cb1a3d. If your system doesn't provide usleep or ratpoison doesn't manage to find it, please report back.
2013-11-26Don't check for getopt(3), we don't use it.Jérémie Courrèges-Anglas
2013-11-22Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36Jérémie Courrèges-Anglas
I'll be more careful when using 'c' in Magit. ;)
2013-11-20Cleanup cmd_metaJérémie Courrèges-Anglas
* plug memory leak * consistent indentation * minimize variables scope * kill commented code
2013-04-07oops, actually bump to 1.4.7-betaJérémie Courrèges-Anglas
2013-04-07Bump to 1.4.7-betaJérémie Courrèges-Anglas