7 Commits

Author SHA1 Message Date
Robert C. Sheets
b3b2964752 When type output is not wanted, redirect all output instead of just stdout 2015-08-27 10:47:48 -07:00
Robert C. Sheets
a62db28570 One more comment 2015-08-27 03:21:44 -07:00
Robert C. Sheets
206f9fdf86 Bail out with a useful message if a required command isn't available 2015-08-27 03:18:51 -07:00
Michael Tokarev
23b40111fc ignore m4/ directory and (re)create it in autogen.sh
m4/ is used by auto* tools to store (mostly libtool)
generated files.  Without it being present, autoreconf&Co
does not work, and with it present, git mentions untracked
files.  Fix both.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2012-05-15 17:18:11 +10:00
Paolo Bonzini
17319072b1 use automake and libtool
This commits replaces the handwritten makefile with automake+libtool.
There is some hackery needed for the LD_PRELOAD shared library,
but apart from that there is nothing special and it is a large gain in
portability and standardization.

The spec file is modified as little as is needed to properly build
the RPMs.
2011-10-28 17:04:59 +02:00
Ronnie Sahlberg
7a454aa010 autogen.sh: we should create libiscsi.pc not ctdb.pc 2011-02-07 21:47:26 +11:00
Ronnie Sahlberg
d7a1103e13 Add initial autoconf support to make it easier to get ported to
other platforms
2010-12-05 13:31:11 +11:00