[lvm-devel] LVM2 configure.in

agk at sourceware.org agk at sourceware.org
Fri Oct 31 22:32:09 UTC 2008


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-10-31 22:32:09

Modified files:
	.              : configure.in 

Log message:
	no DMDIR

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.83&r2=1.84

--- LVM2/configure.in	2008/10/31 22:29:44	1.83
+++ LVM2/configure.in	2008/10/31 22:32:09	1.84
@@ -611,12 +611,6 @@
 	    [ STATICDIR="$withval" ],
 	    [ STATICDIR='${exec_prefix}/sbin' ])
 
-# Convert a relative dir name to absolute.
-case $DMDIR in
-  /*) ;;
-  *) DMDIR="`pwd`/$DMDIR" ;;
-esac
-
 AC_ARG_WITH(usrlibdir,
 	    [  --with-usrlibdir=DIR],
 	    [ usrlibdir="$withval"],
@@ -723,7 +717,6 @@
 AC_SUBST(CSCOPE_CMD)
 AC_SUBST(DEBUG)
 AC_SUBST(DEVMAPPER)
-AC_SUBST(DMDIR)
 AC_SUBST(DMEVENTD)
 AC_SUBST(DM_COMPAT)
 AC_SUBST(DM_DEVICE_GID)




More information about the lvm-devel mailing list