Skip to content

Commit c31d101

Browse files
committed
Autotoolize OpenTSDB.
With this change, OpenTSDB switches to the common build process that consists in running `./configure' then `make'. For those building out of a fresh Git copy, they would need to run `./bootstrap' once first. Notable changes: The startup script, which used to be `./src/tsdb' is now in the build directory, so it can be invoked simply with `./tsdb'. Thanks to this change, OpenTSDB can be installed via `make install' and de-installed via `make uninstall'. This closes OpenTSDB#32. Change-Id: Ic40a57e67132578a6d0ee6375a1ca67d4e68b33e
1 parent a46cf22 commit c31d101

14 files changed

+521
-319
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
INSTALL
2+
Makefile
3+
Makefile.in
4+
aclocal.m4
5+
autom4te.cache
16
build
7+
config.log
8+
config.status
9+
configure

Makefile

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)