commit 1a10a13a900f476aa92e9d9edc38c09708d96483
Author: Christophe Fergeau <[email protected]>
Date: Fri Jul 22 18:19:31 2011 +0200
add --with-udev-dir
This allows to install the udev helper to a different directory.
This will mainly be useful for make distcheck
configure.ac | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2078a8b..7d9aa38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,11 @@ AC_ARG_ENABLE(udev,
fi],
[enable_udev=yes])
AM_CONDITIONAL(USE_UDEV, test x"$enable_udev" = xyes)
-AC_SUBST([udevdir], [/lib/udev])
+udevdir="/lib/udev"
+AC_ARG_WITH([udev-dir],
+ AS_HELP_STRING([--with-udev-dir=DIR],[Directory where udev expects
helper programs to be located]),
+ [udevdir="$with_udev_dir"])
+AC_SUBST([udevdir], [$udevdir])
dnl ***********************************************************************
dnl * for the udev and hal callouts, we need a temporary directory to
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide. Store less, Store more with what you own, Move data to
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2