summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* configure: updateZdenek Kabelac2023-04-061-17/+17
| | | | autoreconf
* autoreconf: support newer archsZdenek Kabelac2022-08-151-84/+188
| | | | | | | | | | | Update to more recent version of configure script to support more new architecture types like RISCV64. Tools in use ATM: autoconf-2.71-3.fc37.noarch autoconf-archive-2022.02.11-3.fc37.noarch automake-1.16.5-9.fc37.noarch Resolves https://bugzilla.redhat.com/show_bug.cgi?id=2118243
* configure: updateMarian Csontos2020-12-111-4/+6
|
* configure: update with latest AM_PATH_PYTHONZdenek Kabelac2020-10-021-7/+9
| | | | | World has moved towards python3.9. Although we still don't like path ordering.
* liblvm: remove lvmapiJoe Thornber2018-06-081-11/+80
| | | | This has been deprecated for a while.
* [lib/device/bcache] Tweaks after Kabi's reviewJoe Thornber2018-04-201-81/+141
|
* configure: just move new macro to right fileZdenek Kabelac2016-12-131-170/+0
| | | | | aclocal is regenerated while acinclude is permanent. Move new macro to permanent file.
* configure: check for __builtin_clz()Bryn M. Reeves2016-12-131-0/+171
|
* lvmdbus: Add new daemon.Alasdair G Kergon2016-02-171-1/+310
|
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
| | | | | Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
* configure: fix configure to set proper use_blkid_wiping if autodetected as ↵Peter Rajnoha2016-01-211-1/+1
| | | | | | | | | | | | | disabled If not using explicit --enable-blkid-wiping/--disable-blkid-wiping configure option, the configure script tries to enable/disable blkid wiping feature automatically based on blkid library version found. The script incorrectly set default value for lvm.conf's allocation/use_blkid_wiping" setting to "1" (enabled) if proper blkid library version was not found or the version found was less than the minimum required. It should be set to "0" in this case.
* pre-releasev2_02_135Alasdair G Kergon2015-11-231-1/+1
|
* configure: check for udev_device_get_is_initialized is availablePeter Rajnoha2015-11-111-1/+1
| | | | | | The udev_device_get_is_initialized is available since libudev version 165. Older versions are still used somewhere (e.g. RHEL6). So better check for this fn and use it only if it's available.
* tests: extend timer for 4 hoursZdenek Kabelac2015-10-261-1/+1
| | | | | | Extend max time for test suite to 4 hours. Also replace some 'non-ascii' chars from source files and keep them plain ascii.
* configure: LOCALEDIR needs evaluated valueZdenek Kabelac2015-05-181-2/+2
| | | | Also fix typo.
* configure: typo in configure --with-default-raid10-segtype causing it to be ↵Peter Rajnoha2015-02-191-1/+1
| | | | | | | | unrecognized AC_ARG_WITH(default-raid10r-segtype --> AC_ARG_WITH(default-raid10-segtype (...raid10r... --> ...raid10... - extra "r")
* configure: make configure --enable-udev-systemd-background-jobs only for ↵Peter Rajnoha2014-11-191-1/+1
| | | | | | | | | | systemd >= 205 systemd-run is available in systemd>=205. Also, this fix prevents systemd-specific udev rules in 69-dm-lvm-metad.rules to appear in case systemd environment is not available - make configure to check this automatically and use these systemd specific rules only if it is applicable.
* configure: autoreconfZdenek Kabelac2014-10-301-1/+1
| | | | Just rebuild after configure.in update.
* man: minor fixes in lvmetad man pagePeter Rajnoha2014-04-231-0/+15
| | | | | | - better add reference to lvm dumpconfig --type default than stating that lvmetad is not enabled by default - substitute #DEFAULT_PID_DIR# with concrete value
* configure: regenerateAlasdair G Kergon2014-04-041-9/+52
| | | | Used rhel7 autoreconf.
* configure: detect compiler flagZdenek Kabelac2013-10-251-0/+1
| | | | | | Use m4 macro AC_TRY_CCFLAG to detect presence of some compiler option. Use it to detect -Wjump-misses-init.
* Add aclocal.m4 (for pkgconfig).Alasdair Kergon2011-01-071-0/+171