summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2017-03-18Tweak test for program_invocation_short_name.Nicholas Marriott
2017-03-09Can only check for one with AC_CHECK_LIB.Nicholas Marriott
2017-03-09Compat code for strndup and strnlen.Nicholas Marriott
2017-03-09Solaris fixes, mostly from Dagobert Michelsen.Nicholas Marriott
2017-02-07Look for libtinfo before libncurses.Nicholas Marriott
2017-02-06Update sys/queue.h from OpenBSD.Nicholas Marriott
2017-01-22Add b64_pton as well.Nicholas Marriott
2017-01-19Look for ncursesw as well as ncurses, based on a change from Bert van Hall.Nicholas Marriott
2017-01-18If --enable-{utf8proc,utempter} is given, do not build without it.Nicholas Marriott
2017-01-16Fix VIS_DQ check.Nicholas Marriott
2017-01-16We need VIS_DQ in vis.h as well.Nicholas Marriott
2016-10-19Put AM_* back, but this time do a dance in configure.ac so that we can keepNicholas Marriott
2016-10-18Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER useNicholas Marriott
2016-10-17Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.Nicholas Marriott
2016-10-17CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov.Nicholas Marriott
2016-10-17Can use enable_* rather than adding our own found_* variables, from Dilyan Pa...Nicholas Marriott
2016-10-13tmux no longer uses openat() so we can remove the compatibilty function.Nicholas Marriott
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
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
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
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
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
2014-09-16Tweak www and add RELEASE variable for current release version so we don't needNicholas Marriott
2014-09-08Stupid comment.Nicholas Marriott