| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
autoreconf
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
World has moved towards python3.9.
Although we still don't like path ordering.
|
|
|
|
| |
This has been deprecated for a while.
|
| |
|
|
|
|
|
| |
aclocal is regenerated while acinclude is permanent.
Move new macro to permanent file.
|
| |
|
| |
|
|
|
|
|
| |
Hmm rpmlint suggest fsf is using a different address these days,
so lets keep it up-to-date
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Extend max time for test suite to 4 hours.
Also replace some 'non-ascii' chars from source files
and keep them plain ascii.
|
|
|
|
| |
Also fix typo.
|
|
|
|
|
|
|
|
| |
unrecognized
AC_ARG_WITH(default-raid10r-segtype --> AC_ARG_WITH(default-raid10-segtype
(...raid10r... --> ...raid10... - extra "r")
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Just rebuild after configure.in update.
|
|
|
|
|
|
| |
- better add reference to lvm dumpconfig --type default
than stating that lvmetad is not enabled by default
- substitute #DEFAULT_PID_DIR# with concrete value
|
|
|
|
| |
Used rhel7 autoreconf.
|
|
|
|
|
|
| |
Use m4 macro AC_TRY_CCFLAG to detect presence of some compiler
option.
Use it to detect -Wjump-misses-init.
|
|
|