Thomas Adam
75f5b3dab6
Add subdir-objects to shut automake up
...
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-10-05 12:44:09 +01:00
Nicholas Marriott
4f3c31a6b6
Use sysconfdir for the location of global tmux.conf (but default it to /etc),
...
based on changes from Dagobert Michelsen.
2013-04-24 10:57:03 +01:00
Nicholas Marriott
792e2856c9
Add compat for cfmakeraw, from Dagobert Michelsen.
2013-04-22 09:44:15 +01:00
Nicholas Marriott
c24b58e2ee
Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes
...
tested by Dagobert Michelsen.
2013-04-16 11:33:53 +01:00
Thomas Adam
5fe0576dcb
Working on 1.9
2013-03-26 20:33:10 +00:00
Thomas Adam
1b083aa0fd
Update CHANGES and configure.ac for 1.8 release.
2013-03-26 20:19:04 +00:00
Nicholas Marriott
e964ff70e6
Fix --disable-static, reported by Shea Levy.
2013-03-06 14:58:48 +00:00
Thomas Adam
5cdc9591d3
Working on 1.8
2012-10-13 12:12:43 +01:00
Thomas Adam
2b5c3fc49f
Update NOTES, CHANGES, configure.ac for 1.7 release
2012-10-13 11:56:14 +01:00
Tiago Cunha
224255cb89
Create a debug build by default.
2012-01-23 13:20:14 +00:00
Tiago Cunha
74b2eaa73e
Working on 1.7.
2012-01-23 13:19:08 +00:00
Tiago Cunha
9803aee98e
Releases don't have debugging enabled.
2012-01-23 12:34:47 +00:00
Nicholas Marriott
cf317412d9
Use pkg-config for libevent.
2011-10-27 23:00:45 +00:00
Nicholas Marriott
a7341715c1
Fix some warnings with newer autoconf, from Matt Curtis.
2011-10-06 12:14:22 +00:00
Nicholas Marriott
f62dcc1ea1
Separate dfly from fbsd as one or the other keeps becoming incompatible
...
;-). From Antonio Huete Jimenez
2011-09-29 08:43:01 +00:00
Nicholas Marriott
d635d79042
The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh.
2011-09-23 12:35:08 +00:00
Tiago Cunha
0a4fd0f7a4
libm isn't needed anymore.
2011-08-25 21:12:10 +00:00
Nicholas Marriott
ee5e97926d
Fix --enable-static and add a different check for b64_ntop that might work on
...
OS X.
2011-07-27 09:31:08 +00:00
Nicholas Marriott
20134fa9f4
Compatibility for b64_ntop, missing from some alternative libc.
2011-07-22 10:49:33 +00:00
Nicholas Marriott
25eb48aea3
Only get -lrt when needed, from Pietro Cerutti.
2011-07-19 01:35:33 +00:00
Tiago Cunha
d86c6b2fff
Bump version and create a debug build by default.
2011-07-09 16:24:44 +00:00
Tiago Cunha
8d63a99390
Releases don't have debugging enabled.
2011-07-09 16:00:16 +00:00
Tiago Cunha
f16b6aeabb
Use an empty CFLAGS by default to prevent autoconf from setting it when
...
debugging isn't enabled.
2011-07-09 15:57:56 +00:00
Tiago Cunha
391f1f08c0
Expand the Id keyword.
2011-07-09 09:42:33 +00:00
Nicholas Marriott
e14bf9bb8f
One of these gives us b64_ntop.
2011-05-26 10:35:07 +00:00
Nicholas Marriott
75f218dc73
If the terminal supports sitm for italics, use it instead of standout
...
(smso). From Tiago Resende.
2011-04-09 07:48:58 +00:00
Nicholas Marriott
5532615bc0
Solaris is SunOS.
2011-02-11 23:31:15 +00:00
Tiago Cunha
324ffe20e9
Link with libm due to the upcoming patchset.
2011-01-21 23:40:30 +00:00
Nicholas Marriott
38f169113e
Support for HP-UX.
2011-01-21 20:35:20 +00:00
Nicholas Marriott
a7b6445cc3
Better __progname check.
2011-01-10 22:12:31 +00:00
Nicholas Marriott
96fe3b26c1
Copy osdep-unknown.c for AIX to make @PLATFORM@ work.
2011-01-10 22:00:47 +00:00
Nicholas Marriott
93fd9cc29d
Check for optarg, optind, optreset.
2011-01-10 21:51:56 +00:00
Nicholas Marriott
f705c0e013
Whoops, bad copy and paste.
2011-01-04 09:48:10 +00:00
Nicholas Marriott
11dcbd7556
Support --enable-static.
2011-01-04 09:43:14 +00:00
Nicholas Marriott
2bdae526ad
More indentation tweaking.
2011-01-03 23:43:35 +00:00
Nicholas Marriott
edc298d0a1
Wrap long line differently.
2011-01-02 15:49:31 +00:00
Nicholas Marriott
703baa8769
Fail if no libevent or curses, from Thomas Adam.
2011-01-02 15:45:43 +00:00
Nicholas Marriott
ce79d6081f
And moar.
2010-12-31 22:33:44 +00:00
Nicholas Marriott
d5a63c21b4
Make indentation better.
2010-12-31 22:31:45 +00:00
Nicholas Marriott
b066ad0fd8
Default enable-debug to on in CVS (can be changed for releases).
2010-12-31 22:18:35 +00:00
Nicholas Marriott
f71b3054cd
Switch tmux to use autoconf and automake.
...
Although they suck, they suck less than the alternatives.
2010-12-31 22:12:33 +00:00