summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-01-22Add AC_PROG_MKDIR_P.Nicholas Marriott
2014-01-06NetBSD broke strnvis when they added it, check for that.Nicholas Marriott
2013-10-10Add openat() to compat.Nicholas Marriott
2013-10-05Check setupterm() in libtinfo alsoThomas Adam
Some ncurses packages have build time configuration options to separate its different parts into separate libraries. Some Linux distributions in particular separate out the terminfo routines in to libtinfo. This change teaches configure that setupterm() can also be found there.
2013-10-05Add subdir-objects to shut automake upThomas Adam
automake 1.14 onwards has started emitting lots of warnings about this option: automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. So enable this in AM_INIT_AUTOMAKE. This doesn't seem to break older automake versions.
2013-04-24Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott
based on changes from Dagobert Michelsen.
2013-04-22Add compat for cfmakeraw, from Dagobert Michelsen.Nicholas Marriott
2013-04-16Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changesNicholas Marriott
tested by Dagobert Michelsen.
2013-03-26Working on 1.9Thomas Adam
2013-03-26Update CHANGES and configure.ac for 1.8 release.1.8Thomas Adam
2013-03-06Fix --disable-static, reported by Shea Levy.Nicholas Marriott
2012-10-13Working on 1.8Thomas Adam
2012-10-13Update NOTES, CHANGES, configure.ac for 1.7 release1.7Thomas Adam
2012-01-23Create a debug build by default.Tiago Cunha
2012-01-23Working on 1.7.Tiago Cunha
2012-01-23Releases don't have debugging enabled.Tiago Cunha
2011-10-27Use pkg-config for libevent.Nicholas Marriott
2011-10-06Fix some warnings with newer autoconf, from Matt Curtis.Nicholas Marriott
2011-09-29Separate dfly from fbsd as one or the other keeps becoming incompatibleNicholas Marriott
;-). From Antonio Huete Jimenez
2011-09-23The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh.Nicholas Marriott
2011-08-25libm isn't needed anymore.Tiago Cunha
2011-07-27Fix --enable-static and add a different check for b64_ntop that might work onNicholas Marriott
OS X.
2011-07-22Compatibility for b64_ntop, missing from some alternative libc.Nicholas Marriott
2011-07-19Only get -lrt when needed, from Pietro Cerutti.Nicholas Marriott
2011-07-09Bump version and create a debug build by default.Tiago Cunha
2011-07-09Releases don't have debugging enabled.Tiago Cunha
2011-07-09Use an empty CFLAGS by default to prevent autoconf from setting it whenTiago Cunha
debugging isn't enabled.
2011-07-09Expand the Id keyword. Tiago Cunha
2011-05-26One of these gives us b64_ntop.Nicholas Marriott
2011-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
(smso). From Tiago Resende.
2011-02-11Solaris is SunOS.Nicholas Marriott
2011-01-21Link with libm due to the upcoming patchset.Tiago Cunha
2011-01-21Support for HP-UX.Nicholas Marriott
2011-01-10Better __progname check.Nicholas Marriott
2011-01-10Copy osdep-unknown.c for AIX to make @PLATFORM@ work.Nicholas Marriott
2011-01-10Check for optarg, optind, optreset.Nicholas Marriott
2011-01-04Whoops, bad copy and paste.Nicholas Marriott
2011-01-04Support --enable-static.Nicholas Marriott
2011-01-03More indentation tweaking.Nicholas Marriott
2011-01-02Wrap long line differently.Nicholas Marriott
2011-01-02Fail if no libevent or curses, from Thomas Adam.Nicholas Marriott
2010-12-31And moar.Nicholas Marriott
2010-12-31Make indentation better.Nicholas Marriott
2010-12-31Default enable-debug to on in CVS (can be changed for releases).Nicholas Marriott
2010-12-31Switch tmux to use autoconf and automake.Nicholas Marriott
Although they suck, they suck less than the alternatives.