summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-09-29Start working on 2.4Thomas Adam
2016-09-29Release tmux 2.32.3Thomas Adam
2016-09-15Do not use utf8proc by default.Nicholas Marriott
2016-09-08Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley.Nicholas Marriott
2016-09-02Check for headers for ncurses and libevent as well as libraries.Nicholas Marriott
2016-09-01Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott
(like OS X) where the system implementation is crap. From Joshua Rubin.
2016-05-27Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2016-05-27getprogname() and setproctitle() on Linux.Nicholas Marriott
2016-05-27Add flag for -pg.Nicholas Marriott
2016-05-05Add --static to PKG_CONFIG rather than replacing it.Nicholas Marriott
2016-04-11Start working on 2.3Thomas Adam
2016-04-11Add CHANGES notes for 2.2 release2.2Thomas Adam
2016-04-03Add --disable-utempter to build without it.Nicholas Marriott
2016-03-26Look for utempter_add_record to be sure we have the new utempter API, the oldNicholas Marriott
utempter API was also using utempter.h.
2015-12-12Need to use pkg-config --static when doing a static build.Nicholas Marriott
2015-12-11Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causesNicholas Marriott
confusion.
2015-11-18Add reallocarray to compat.Nicholas Marriott
2015-10-18Start working on tmux 2.2Thomas Adam
2015-10-18Update for 2.1 release.2.1Thomas Adam
2015-09-14No more $Id$.Nicholas Marriott
2015-09-11Add --enable-coverage for gcov.Nicholas Marriott
2015-09-01Sync up vis.* for stravis().Nicholas Marriott
2015-07-13Check for flock in libbsd for AIX, and remove some getopt.h includes. From JNicholas Marriott
Raynor.
2015-07-12Update imsg*.[ch] from OpenBSD, including bzero->memset.Nicholas Marriott
2015-06-04I no longer need to care about GCC 3.Nicholas Marriott
2015-06-04HTML bits are now elsewhere.Nicholas Marriott
2015-05-07Start working on 2.1Thomas Adam
2015-03-01Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output.2.0Nicholas Marriott
2015-01-25Spaces to tabs.Nicholas Marriott
2014-12-06Tweak ordering and whitespace.Nicholas Marriott
2014-09-23Solaris doesn't have flock and fcntl is useless so make a no-op flock. ReportedNicholas Marriott
by Dagobert Michelsen.
2014-09-16Tweak www and add RELEASE variable for current release version so we don't needNicholas Marriott
to turn it back and forth when updating.
2014-09-08Stupid comment.Nicholas Marriott
2014-08-09Add compat/fparseln() for non-BSD systemsThomas Adam
Linux and friends don't natively have fparseln() so add it to compat/ and ensure autotools can pick it up.
2014-06-19Might as well still allow autoconf 2.59.Nicholas Marriott
2014-04-17Next up is 2.0 not 1.10.Nicholas Marriott
2014-03-08Add osdep-cgywin.c as a copy of osdep-linux.c, from J Raynor.Nicholas Marriott
2014-02-24Missing period.Nicholas Marriott
2014-02-24Use utempter to update utmp if it's around for configure, from madmaverick9 atNicholas Marriott
roxxmail dot eu.
2014-02-22Go back to working on 1.10Thomas Adam
2014-02-22Update CHANGES and configure.ac for 1.9a release1.9aThomas Adam
2014-02-20Working on 1.10Thomas Adam
2014-02-20Update CHANGES and configure.ac for 1.9 release1.9Thomas Adam
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