XEN_DUMP_DIR
XEN_PAGING_DIR
XEN_LOCK_DIR
-XEN_SCRIPT_DIR
INITD_DIR
SHAREDIR
XEN_LIB_DIR
LIBEXEC_LIB
LIBEXEC_BIN
LIBEXEC
+XEN_SCRIPT_DIR
CONFIG_LEAF_DIR
XEN_CONFIG_DIR
CONFIG_DIR
with_initddir
with_sysconfig_leaf_dir
with_libexec_leaf_dir
+with_xen_scriptdir
with_xen_dumpdir
with_rundir
with_debugdir
"default". [sysconfig]
--with-libexec-leaf-dir=SUBDIR
Name of subdirectory in libexecdir to use.
+ --with-xen-scriptdir=DIR
+ Path to directory for dom0 hotplug scripts.
+ [SYSCONFDIR/xen/scripts]
--with-xen-dumpdir=DIR Path to directory for domU crash dumps.
[LOCALSTATEDIR/lib/xen/dump]
--with-rundir=DIR Path to directory for runtime data.
+# Check whether --with-xen-scriptdir was given.
+if test "${with_xen_scriptdir+set}" = set; then :
+ withval=$with_xen_scriptdir; xen_scriptdir_path=$withval
+else
+ xen_scriptdir_path=$XEN_CONFIG_DIR/scripts
+fi
+
+XEN_SCRIPT_DIR=$xen_scriptdir_path
+
+
+
# Check whether --with-xen-dumpdir was given.
if test "${with_xen_dumpdir+set}" = set; then :
withval=$with_xen_dumpdir; xen_dumpdir_path=$withval
INITD_DIR=$initddir_path
-XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
-
-
case "$host_os" in
*freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
XEN_DUMP_DIR
XEN_PAGING_DIR
XEN_LOCK_DIR
-XEN_SCRIPT_DIR
INITD_DIR
SHAREDIR
XEN_LIB_DIR
LIBEXEC_LIB
LIBEXEC_BIN
LIBEXEC
+XEN_SCRIPT_DIR
CONFIG_LEAF_DIR
XEN_CONFIG_DIR
CONFIG_DIR
with_initddir
with_sysconfig_leaf_dir
with_libexec_leaf_dir
+with_xen_scriptdir
with_xen_dumpdir
with_rundir
with_debugdir
"default". [sysconfig]
--with-libexec-leaf-dir=SUBDIR
Name of subdirectory in libexecdir to use.
+ --with-xen-scriptdir=DIR
+ Path to directory for dom0 hotplug scripts.
+ [SYSCONFDIR/xen/scripts]
--with-xen-dumpdir=DIR Path to directory for domU crash dumps.
[LOCALSTATEDIR/lib/xen/dump]
--with-rundir=DIR Path to directory for runtime data.
+# Check whether --with-xen-scriptdir was given.
+if test "${with_xen_scriptdir+set}" = set; then :
+ withval=$with_xen_scriptdir; xen_scriptdir_path=$withval
+else
+ xen_scriptdir_path=$XEN_CONFIG_DIR/scripts
+fi
+
+XEN_SCRIPT_DIR=$xen_scriptdir_path
+
+
+
# Check whether --with-xen-dumpdir was given.
if test "${with_xen_dumpdir+set}" = set; then :
withval=$with_xen_dumpdir; xen_dumpdir_path=$withval
INITD_DIR=$initddir_path
-XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
-
-
case "$host_os" in
*freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
[libexec_subdir=$withval],
[libexec_subdir=$PACKAGE_TARNAME])
+AC_ARG_WITH([xen-scriptdir],
+ AS_HELP_STRING([--with-xen-scriptdir=DIR],
+ [Path to directory for dom0 hotplug scripts. [SYSCONFDIR/xen/scripts]]),
+ [xen_scriptdir_path=$withval],
+ [xen_scriptdir_path=$XEN_CONFIG_DIR/scripts])
+XEN_SCRIPT_DIR=$xen_scriptdir_path
+AC_SUBST(XEN_SCRIPT_DIR)
+
AC_ARG_WITH([xen-dumpdir],
AS_HELP_STRING([--with-xen-dumpdir=DIR],
[Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),
INITD_DIR=$initddir_path
AC_SUBST(INITD_DIR)
-XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
-AC_SUBST(XEN_SCRIPT_DIR)
-
case "$host_os" in
*freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
XEN_DUMP_DIR
XEN_PAGING_DIR
XEN_LOCK_DIR
-XEN_SCRIPT_DIR
INITD_DIR
SHAREDIR
XEN_LIB_DIR
LIBEXEC_LIB
LIBEXEC_BIN
LIBEXEC
+XEN_SCRIPT_DIR
CONFIG_LEAF_DIR
XEN_CONFIG_DIR
CONFIG_DIR
with_initddir
with_sysconfig_leaf_dir
with_libexec_leaf_dir
+with_xen_scriptdir
with_xen_dumpdir
with_rundir
with_debugdir
"default". [sysconfig]
--with-libexec-leaf-dir=SUBDIR
Name of subdirectory in libexecdir to use.
+ --with-xen-scriptdir=DIR
+ Path to directory for dom0 hotplug scripts.
+ [SYSCONFDIR/xen/scripts]
--with-xen-dumpdir=DIR Path to directory for domU crash dumps.
[LOCALSTATEDIR/lib/xen/dump]
--with-rundir=DIR Path to directory for runtime data.
+# Check whether --with-xen-scriptdir was given.
+if test "${with_xen_scriptdir+set}" = set; then :
+ withval=$with_xen_scriptdir; xen_scriptdir_path=$withval
+else
+ xen_scriptdir_path=$XEN_CONFIG_DIR/scripts
+fi
+
+XEN_SCRIPT_DIR=$xen_scriptdir_path
+
+
+
# Check whether --with-xen-dumpdir was given.
if test "${with_xen_dumpdir+set}" = set; then :
withval=$with_xen_dumpdir; xen_dumpdir_path=$withval
INITD_DIR=$initddir_path
-XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
-
-
case "$host_os" in
*freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
*netbsd*) XEN_LOCK_DIR=$rundir_path ;;