1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

drop configure --with-dmdir

This commit is contained in:
Alasdair Kergon 2008-10-31 22:22:04 +00:00
parent f1bcb6c634
commit ef7fc430d7
2 changed files with 1 additions and 5 deletions

View File

@ -611,11 +611,6 @@ AC_ARG_WITH(staticdir,
[ STATICDIR="$withval" ],
[ 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.
case $DMDIR in
/*) ;;

View File

@ -50,6 +50,7 @@
../lib/misc/sharedlib.h
../lib/report/report.h
../lib/uuid/uuid.h
../libdm/libdevmapper.h
../libdm/misc/dm-ioctl.h
../libdm/misc/dm-logging.h
../libdm/misc/kdev_t.h