aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Update imsg*.c from OpenBSD.Nicholas Marriott2017-04-11
* Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove someNicholas Marriott2017-03-24
* Remove coverage and profile flags.Nicholas Marriott2017-03-22
* Tweak some comments.Nicholas Marriott2017-03-22
* Can shorten these by using LIBOBJ.Nicholas Marriott2017-03-22
* Should not need -D_POSIX_PTHREAD_SEMANTICS.Nicholas Marriott2017-03-22
* Use AC_USE_SYSTEM_EXTENSIONS and explicitly check for daemon() in headers.Nicholas Marriott2017-03-22
* Do not test for term.h since we don't use the result.Nicholas Marriott2017-03-21
* Tweak test for program_invocation_short_name.Nicholas Marriott2017-03-18
* Can only check for one with AC_CHECK_LIB.Nicholas Marriott2017-03-09
* Compat code for strndup and strnlen.Nicholas Marriott2017-03-09
* Solaris fixes, mostly from Dagobert Michelsen.Nicholas Marriott2017-03-09
* Look for libtinfo before libncurses.Nicholas Marriott2017-02-07
* Update sys/queue.h from OpenBSD.Nicholas Marriott2017-02-06
* Add b64_pton as well.Nicholas Marriott2017-01-22
* Look for ncursesw as well as ncurses, based on a change from Bert van Hall.Nicholas Marriott2017-01-19
* If --enable-{utf8proc,utempter} is given, do not build without it.Nicholas Marriott2017-01-18
* Fix VIS_DQ check.Nicholas Marriott2017-01-16
* We need VIS_DQ in vis.h as well.Nicholas Marriott2017-01-16
* Put AM_* back, but this time do a dance in configure.ac so that we can keepNicholas Marriott2016-10-19
* Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER useNicholas Marriott2016-10-18
* Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.Nicholas Marriott2016-10-17
* CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov.Nicholas Marriott2016-10-17
* Can use enable_* rather than adding our own found_* variables, from Dilyan Pa...Nicholas Marriott2016-10-17
* tmux no longer uses openat() so we can remove the compatibilty function.Nicholas Marriott2016-10-13
* Start working on 2.4Thomas Adam2016-09-29
* Release tmux 2.3Thomas Adam2016-09-29
* Do not use utf8proc by default.Nicholas Marriott2016-09-15
* Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley.Nicholas Marriott2016-09-08
* Check for headers for ncurses and libevent as well as libraries.Nicholas Marriott2016-09-02
* Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott2016-09-01
* Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2016-05-27
|\
| * getprogname() and setproctitle() on Linux.Nicholas Marriott2016-05-27
* | Add flag for -pg.Nicholas Marriott2016-05-27
|/
* Add --static to PKG_CONFIG rather than replacing it.Nicholas Marriott2016-05-05
* Start working on 2.3Thomas Adam2016-04-11
* Add CHANGES notes for 2.2 releaseThomas Adam2016-04-11
* Add --disable-utempter to build without it.Nicholas Marriott2016-04-03
* Look for utempter_add_record to be sure we have the new utempter API, the oldNicholas Marriott2016-03-26
* Need to use pkg-config --static when doing a static build.Nicholas Marriott2015-12-12
* Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causesNicholas Marriott2015-12-11
* Add reallocarray to compat.Nicholas Marriott2015-11-18
* Start working on tmux 2.2Thomas Adam2015-10-18
* Update for 2.1 release.Thomas Adam2015-10-18
* No more $Id$.Nicholas Marriott2015-09-14
* Add --enable-coverage for gcov.Nicholas Marriott2015-09-11
* Sync up vis.* for stravis().Nicholas Marriott2015-09-01
* Check for flock in libbsd for AIX, and remove some getopt.h includes. From JNicholas Marriott2015-07-13
* Update imsg*.[ch] from OpenBSD, including bzero->memset.Nicholas Marriott2015-07-12
* I no longer need to care about GCC 3.Nicholas Marriott2015-06-04