Add autoconf-based build infrastructure for tig
authorSteven Grimm <koreth@midwinter.com>
Mon, 20 Aug 2007 20:49:05 +0000 (22:49 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 21 Aug 2007 10:22:27 +0000 (12:22 +0200)
commitec31d0d018f14973d7d91084a3582f8bfd53b0ef
treee9c2daf8c3fd7a8ceeb8882fa2dc3e6f27ddd2f6
parent69efc854376705ad0f0cda4994b015eea5ec2820
Add autoconf-based build infrastructure for tig

This is a first cut at building tig using autoconf. With this patch, tig
configures and builds on both Linux (FC4) and OS X.

Signed-off-by: Steven Grimm <koreth@midwinter.com>
Reworked to not use aclocal+automake and external scripts for
bootstrapping. Instead, run `make configure` to generate the configure
script. It will create a config.make file from config.make.in, which
contains variables set by the configure script. Update .gitignore to
list generated files.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
.gitignore
INSTALL
Makefile
TODO
config.make.in [new file with mode: 0644]
configure.ac [new file with mode: 0644]
tig.c