Alasdair Kergon
2ce63814e9
Add libdevmapper-event-lvm2.so to serialise dmeventd plugin liblvm2cmd use.
2010-01-21 22:15:45 +00:00
Alasdair Kergon
3141b86d01
And more fixes for cmirror build.
2010-01-19 02:04:33 +00:00
Peter Rajnoha
5077a1bb83
Show a warning message when libudev not found and we're using --enable-udev_sync.
...
Just to emphasize what one can expect - we won't be able to get udev state
and we will consider that udev is not running at all.
2010-01-11 15:51:44 +00:00
Peter Rajnoha
a8ed16de33
Define {DM, LVM}_UDEV_DISABLE_CHECKING=1 env. variables for tests.
...
We need to disable udev checking for our tests since they use their own
location for device nodes and symlinks.
2010-01-11 15:48:49 +00:00
fabbione
f042834068
configure.in: don't set default file owner and group
...
Per discussion on lvm-devel mailing list and part of debian patch set,
don't set defaults for owner and group, since nobody seems to use them, and
still allow override.
2009-10-14 04:10:41 +00:00
fabbione
6f751afae4
Disable realtime support by default.
...
This code is used only in a under development feature and it's not used
anywhere in the tree.
Allow to build it conditionally.
2009-10-12 16:59:20 +00:00
Alasdair Kergon
e0559e4fda
Only include selinux libs in libdevmapper.pc when selinux build enabled.
2009-10-05 12:11:30 +00:00
Alasdair Kergon
eeefbfd38d
Allow for a build directory separate from the source.
2009-10-02 19:10:31 +00:00
Alasdair Kergon
79bcc98e9b
Provide alternative implementation of obsolete siginterrupt().
2009-09-28 21:23:02 +00:00
Alasdair Kergon
4d85bb13d1
Add global/si_unit_consistency to enable cleaned-up use of units in output.
...
Add configure --enable-units-compat to set si_unit_consistency off by default.
Use standard output units for 'PE Size' and 'Stripe size' in pv/lvdisplay.
2009-09-28 16:23:44 +00:00
Alasdair Kergon
4ee50ed6de
Update lvm2_monitoring script.
2009-09-16 23:22:40 +00:00
Alasdair Kergon
fdf1e32962
More cmirror makefile fixes from Fabio.
2009-09-14 22:57:46 +00:00
Peter Rajnoha
24b598b1be
Add libudev configuration check.
2009-09-11 15:55:07 +00:00
Alasdair Kergon
375b420c35
clogd->cmirrord
2009-09-02 19:32:37 +00:00
fabbione
957f8315e3
Fix --with-clvmd=all to deal with the case where no cluster managers are available.
...
Also simplify the check by removing an unnecessary variable and update
configure messages.
2009-09-01 19:11:45 +00:00
Alasdair Kergon
1a0af097a6
change clogd to cmirrord
...
make pidfile locn configurable
2009-08-28 20:51:40 +00:00
Alasdair Kergon
d408fc2864
Rewrite clvmd configuration code.
2009-08-28 19:22:05 +00:00
Jonathan Earl Brassow
d82f7b9205
configure script: A couple unwanted changes snuck in.
...
Previously while messing around with 'configure.in' and autoconf,
I changed a couple lines that I didn't want in the final check-in.
2009-08-13 20:23:01 +00:00
Jonathan Earl Brassow
419675cd2b
cluster log daemon (clogd): Add to LVM build system
...
This check-in includes the touch-ups, make file changes, copyrights,
and other necessities to include the cluster log daemon into the
build system.
[autoconf still needs to be run to generate the 'configure' and
'Makefile' files.]
2009-08-13 16:34:07 +00:00
Alasdair Kergon
ec76533493
configure --udevdir
2009-07-31 13:31:53 +00:00
Alasdair Kergon
709e1afd31
Prepare for udev synchronisation code. (options don't work yet)
2009-07-31 11:49:53 +00:00
Alasdair Kergon
db03ac1596
corosync not cman...
2009-07-30 12:31:45 +00:00
Alasdair Kergon
36a1405360
Fix configure script to handle multiple clvmd selections.
2009-07-30 12:25:42 +00:00
Alasdair Kergon
44482a809e
Add liblvm2app Makefile installation targets.
...
Add liblvm pkgconfig file.
2009-07-22 21:09:13 +00:00
Alasdair Kergon
62a636c887
Add an API version number, LVM_LIBAPI, to the VERSION string.
2009-07-22 20:01:28 +00:00
Alasdair Kergon
01280bbd06
Rename liblvm.so to liblvm2app.so and use configure --enable-applib.
2009-05-22 14:44:59 +00:00
Alasdair Kergon
758d469679
Fix linux configure --enable-debug to exclude -O2.
2009-04-24 21:44:15 +00:00
Dave Wysochanski
c190fc702e
Add new liblvm build directory and move lvm_base.c.
...
The original liblvm.a has been moved to liblvm-internal.a.
We now use liblvm.a for the new application library and build
it inside liblvm directory.
Change dependencies so tools depend on liblvm application library,
and application library depends on liblvm internal.
2009-03-06 16:19:52 +00:00
Alasdair Kergon
9904255490
Use pkgconfig to obtain corosync library details during configuration. (kabi)
2009-02-25 22:41:12 +00:00
Alasdair Kergon
3640dc2fa3
Move tools/version.h to lib/misc/lvm-version.h.
...
Split LVM_VERSION into MAJOR, MINOR, PATCHLEVEL, RELEASE and RELEASE_DATE.
2009-02-22 22:11:58 +00:00
Christine Caulfield
9f31af4c20
Mention --with-clvmd=corosync in ./configure
2009-01-29 15:23:15 +00:00
Milan Broz
b6629080ee
Fix problems with static build
...
- compiler warning (missing header)
- configure should set static flag early to be able
use STATIC_LINK flag during configure script
2009-01-20 17:07:53 +00:00
Dave Wysochanski
cca8bb9092
Add liblvm interactive test infrastructure to build.
2008-12-07 19:37:07 +00:00
Alasdair Kergon
862d83c691
Add tinfo to termcap search path for pld-linux.
2008-11-24 13:33:16 +00:00
Alasdair Kergon
d80d9a4c4e
Generate clvmd init script at configuration time for Red Hat-based distros.
2008-11-19 19:33:25 +00:00
Alasdair Kergon
98cd400443
no need for libdevmapper.h on system any more
2008-11-10 21:25:45 +00:00
Alasdair Kergon
a2bfad1c29
Right, a simple build (without options) is working again.
2008-11-03 22:14:30 +00:00
Alasdair Kergon
57854c2231
Use simple x.y.z library version in libdevmapper.pc
2008-11-01 20:48:09 +00:00
Alasdair Kergon
ba70dce803
further progress
2008-11-01 02:19:19 +00:00
Alasdair Kergon
5b4c3ace56
export DM_LIB_VERSION
2008-11-01 01:43:31 +00:00
Alasdair Kergon
412c91cb6b
no DMDIR
2008-10-31 22:33:55 +00:00
Alasdair Kergon
dd5700e8b3
dmeventd plugins move
2008-10-31 22:29:44 +00:00
Alasdair Kergon
ef7fc430d7
drop configure --with-dmdir
2008-10-31 22:22:04 +00:00
Alasdair Kergon
4a4eb17d08
first attempt at merging configure
2008-10-31 22:06:09 +00:00
Alasdair Kergon
9b21ace1e9
Generate man pages from templates and include version. (romster)
2008-10-08 12:50:13 +00:00
Alasdair Kergon
be2c03fa96
Add usrlibdir & usrsbindir to configure.
2008-10-07 19:11:59 +00:00
Zdeněk Kabeláč
9fd4ddc490
configure aborts if lcov or genhtml are missing with --enable-profiling
2008-08-05 14:29:38 +00:00
Jim Meyering
107d000606
Avoid compiler warnings (provoked by new configure.in bug) on RHEL5.
...
Do not override the default action of AC_CHECK_LIB([readline],...
(i.e., leave the ACTION-IF-FOUND parameter blank) so that the
subsequent check for rl_completion_matches can use -lreadline.
Also, replace AC_CHECK_FUNC+AC_DEFINE with an equivalent AC_CHECK_FUNCS call.
2008-07-25 08:00:18 +00:00
Jim Meyering
767676d6ff
Don't make configure fail when readline library is not available.
2008-07-24 14:54:06 +00:00
Petr Rockai
efde37880b
Fix dmeventd regression where mirror and snapshot monitoring libraries
...
failed to link against liblvm2cmd.
Dmeventd DSOs *require* lvm2cmd to be linked in.
For the future:
1) AC_SUBST does not create Makefile variables, only @foo@-style substitutions
2) When using `test', whitespace around `=' is essential:
test a=b is true, as is test a=a
2008-07-09 09:59:42 +00:00