author | Steven Grimm <koreth@midwinter.com> | |
Mon, 20 Aug 2007 20:49:05 +0000 (22:49 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 21 Aug 2007 10:22:27 +0000 (12:22 +0200) | ||
commit | ec31d0d018f14973d7d91084a3582f8bfd53b0ef | |
tree | e9c2daf8c3fd7a8ceeb8882fa2dc3e6f27ddd2f6 | tree | snapshot |
parent | 69efc854376705ad0f0cda4994b015eea5ec2820 | commit | diff |
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>
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 | diff | blob | history | |
INSTALL | diff | blob | history | |
Makefile | diff | blob | history | |
TODO | diff | blob | history | |
config.make.in | [new file with mode: 0644] | blob |
configure.ac | [new file with mode: 0644] | blob |
tig.c | diff | blob | history |