Skip to content

Commit

Permalink
Autotoolize OpenTSDB.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tsuna committed Jul 16, 2011
1 parent a46cf22 commit c31d101
Show file tree
Hide file tree
Showing 14 changed files with 521 additions and 319 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache
build
config.log
config.status
configure
248 changes: 0 additions & 248 deletions Makefile

This file was deleted.

Loading

0 comments on commit c31d101

Please sign in to comment.