mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
configure: update
This commit is contained in:
parent
bf386411b8
commit
a2d33cdfc5
22
configure
vendored
22
configure
vendored
@ -735,6 +735,7 @@ HAVE_VALGRIND
|
|||||||
HAVE_REALTIME
|
HAVE_REALTIME
|
||||||
HAVE_LIBDL
|
HAVE_LIBDL
|
||||||
BLKDEACTIVATE
|
BLKDEACTIVATE
|
||||||
|
LVRESIZE_FS_HELPER_PATH
|
||||||
FSADM_PATH
|
FSADM_PATH
|
||||||
FSADM
|
FSADM
|
||||||
ELDFLAGS
|
ELDFLAGS
|
||||||
@ -1012,6 +1013,7 @@ with_confdir
|
|||||||
with_staticdir
|
with_staticdir
|
||||||
with_usrlibdir
|
with_usrlibdir
|
||||||
with_usrsbindir
|
with_usrsbindir
|
||||||
|
with_libexecdir
|
||||||
with_udev_prefix
|
with_udev_prefix
|
||||||
with_udevdir
|
with_udevdir
|
||||||
with_systemdsystemunitdir
|
with_systemdsystemunitdir
|
||||||
@ -1813,6 +1815,7 @@ Optional Packages:
|
|||||||
--with-staticdir=DIR static binaries in DIR [EPREFIX/sbin]
|
--with-staticdir=DIR static binaries in DIR [EPREFIX/sbin]
|
||||||
--with-usrlibdir=DIR usrlib in DIR [PREFIX/lib]
|
--with-usrlibdir=DIR usrlib in DIR [PREFIX/lib]
|
||||||
--with-usrsbindir=DIR usrsbin executables in DIR [PREFIX/sbin]
|
--with-usrsbindir=DIR usrsbin executables in DIR [PREFIX/sbin]
|
||||||
|
--with-libexecdir=DIR libexec executables in DIR [PREFIX/libexec]
|
||||||
--with-udev-prefix=UPREFIX
|
--with-udev-prefix=UPREFIX
|
||||||
install udev rule files in UPREFIX [EPREFIX]
|
install udev rule files in UPREFIX [EPREFIX]
|
||||||
--with-udevdir=DIR udev rules in DIR [UPREFIX/lib/udev/rules.d]
|
--with-udevdir=DIR udev rules in DIR [UPREFIX/lib/udev/rules.d]
|
||||||
@ -14652,6 +14655,16 @@ else $as_nop
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Check whether --with-libexecdir was given.
|
||||||
|
if test ${with_libexecdir+y}
|
||||||
|
then :
|
||||||
|
withval=$with_libexecdir; libexecdir=$withval
|
||||||
|
else $as_nop
|
||||||
|
libexecdir='${prefix}/libexec'
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Check whether --with-udev_prefix was given.
|
# Check whether --with-udev_prefix was given.
|
||||||
@ -15155,6 +15168,13 @@ LVMIMPORTVDO_PATH="$SBINDIR/lvm_import_vdo"
|
|||||||
printf "%s\n" "#define LVMIMPORTVDO_PATH \"$LVMIMPORTVDO_PATH\"" >>confdefs.h
|
printf "%s\n" "#define LVMIMPORTVDO_PATH \"$LVMIMPORTVDO_PATH\"" >>confdefs.h
|
||||||
|
|
||||||
|
|
||||||
|
LIBEXECDIR="$(eval echo $(eval echo $libexecdir))"
|
||||||
|
|
||||||
|
LVRESIZE_FS_HELPER_PATH="$LIBEXECDIR/lvresize_fs_helper"
|
||||||
|
|
||||||
|
printf "%s\n" "#define LVRESIZE_FS_HELPER_PATH \"$LVRESIZE_FS_HELPER_PATH\"" >>confdefs.h
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
if test "$BUILD_DMEVENTD" = yes; then
|
if test "$BUILD_DMEVENTD" = yes; then
|
||||||
|
|
||||||
@ -15474,6 +15494,8 @@ printf "%s\n" "#define LVM_CONFIGURE_LINE \"$CONFIGURE_LINE\"" >>confdefs.h
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -127,9 +127,8 @@
|
|||||||
/* Define to 1 to include the LVM editline shell. */
|
/* Define to 1 to include the LVM editline shell. */
|
||||||
#undef EDITLINE_SUPPORT
|
#undef EDITLINE_SUPPORT
|
||||||
|
|
||||||
/* Paths to binaries. */
|
/* Path to fsadm binary. */
|
||||||
#undef FSADM_PATH
|
#undef FSADM_PATH
|
||||||
#undef LVRESIZE_FS_HELPER_PATH
|
|
||||||
|
|
||||||
/* Define to use GNU versioning in the shared library. */
|
/* Define to use GNU versioning in the shared library. */
|
||||||
#undef GNU_SYMVER
|
#undef GNU_SYMVER
|
||||||
@ -599,6 +598,9 @@
|
|||||||
/* Path to lvm binary. */
|
/* Path to lvm binary. */
|
||||||
#undef LVM_PATH
|
#undef LVM_PATH
|
||||||
|
|
||||||
|
/* Path to lvresize_fs_helper script. */
|
||||||
|
#undef LVRESIZE_FS_HELPER_PATH
|
||||||
|
|
||||||
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
||||||
*/
|
*/
|
||||||
#undef MAJOR_IN_MKDEV
|
#undef MAJOR_IN_MKDEV
|
||||||
|
Loading…
Reference in New Issue
Block a user