mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
drop configure --with-dmdir
This commit is contained in:
parent
f1bcb6c634
commit
ef7fc430d7
@ -611,11 +611,6 @@ AC_ARG_WITH(staticdir,
|
|||||||
[ STATICDIR="$withval" ],
|
[ STATICDIR="$withval" ],
|
||||||
[ STATICDIR='${exec_prefix}/sbin' ])
|
[ STATICDIR='${exec_prefix}/sbin' ])
|
||||||
|
|
||||||
AC_ARG_WITH(dmdir,
|
|
||||||
[ --with-dmdir=DIR Build against device-mapper source tree in DIR],
|
|
||||||
[ DMDIR="$withval" CPPFLAGS="$CPPFLAGS -I$DMDIR/include"],
|
|
||||||
[ DMDIR= ])
|
|
||||||
|
|
||||||
# Convert a relative dir name to absolute.
|
# Convert a relative dir name to absolute.
|
||||||
case $DMDIR in
|
case $DMDIR in
|
||||||
/*) ;;
|
/*) ;;
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
../lib/misc/sharedlib.h
|
../lib/misc/sharedlib.h
|
||||||
../lib/report/report.h
|
../lib/report/report.h
|
||||||
../lib/uuid/uuid.h
|
../lib/uuid/uuid.h
|
||||||
|
../libdm/libdevmapper.h
|
||||||
../libdm/misc/dm-ioctl.h
|
../libdm/misc/dm-ioctl.h
|
||||||
../libdm/misc/dm-logging.h
|
../libdm/misc/dm-logging.h
|
||||||
../libdm/misc/kdev_t.h
|
../libdm/misc/kdev_t.h
|
||||||
|
Loading…
Reference in New Issue
Block a user