Switch tmux to use autoconf and automake.

Although they suck, they suck less than the alternatives.
This commit is contained in:
Nicholas Marriott
2010-12-31 22:12:33 +00:00
parent 60dd440082
commit f71b3054cd
11 changed files with 561 additions and 495 deletions

4
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.595 2010-12-31 01:59:47 tcunha Exp $ */
/* $Id: tmux.h,v 1.596 2010-12-31 22:12:33 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -19,8 +19,6 @@
#ifndef TMUX_H
#define TMUX_H
#include "config.h"
#define PROTOCOL_VERSION 6
#include <sys/param.h>