summaryrefslogtreecommitdiff
path: root/docs/configure
diff options
context:
space:
mode:
authorIan Jackson <iwj@xenproject.org>2021-02-09 17:05:54 +0000
committerIan Jackson <iwj@xenproject.org>2021-02-09 17:09:34 +0000
commit548ba7c85c6d80a671c2abb8681c29bc85c616f3 (patch)
tree52e050eeca52ea710cc28fd6de459b533cefed6e /docs/configure
parentf18309eb06efd1db5a2ab9903a1c246b6299951a (diff)
downloadxen-548ba7c85c6d80a671c2abb8681c29bc85c616f3.tar.gz
tools: Regenerate autoconf
This seems to have been omitted in many recent commits. The earliest of which are, according to git-bisect: 154137dfdba3 stubdom/configure stubdom: add xenstore pvh stubdom cc83ee4c6c37 all configure scripts NetBSD: Fix lock directory path but it seems that this is true of several later commits too. Release status: I consider this discrepancy a release critical bug. Signed-off-by: Ian Jackson <iwj@xenproject.org> Release-acked-by: Ian Jackson <iwj@xenproject.org>
Diffstat (limited to 'docs/configure')
-rwxr-xr-xdocs/configure7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/configure b/docs/configure
index f55268564e..1582d477e3 100755
--- a/docs/configure
+++ b/docs/configure
@@ -1749,7 +1749,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-ac_config_files="$ac_config_files ../config/Docs.mk man/xl.cfg.5.pod man/xl.1.pod"
+ac_config_files="$ac_config_files ../config/Docs.mk man/xl.cfg.5.pod man/xl.1.pod man/xl-disk-configuration.5.pod man/xl-network-configuration.5.pod man/xl.conf.5.pod"
ac_aux_dir=
for ac_dir in ../ "$srcdir"/../; do
@@ -1959,7 +1959,7 @@ XEN_SCRIPT_DIR=$XEN_CONFIG_DIR/scripts
case "$host_os" in
*freebsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
-*netbsd*) XEN_LOCK_DIR=$localstatedir/lib ;;
+*netbsd*) XEN_LOCK_DIR=$rundir_path ;;
*) XEN_LOCK_DIR=$localstatedir/lock ;;
esac
@@ -2976,6 +2976,9 @@ do
"../config/Docs.mk") CONFIG_FILES="$CONFIG_FILES ../config/Docs.mk" ;;
"man/xl.cfg.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl.cfg.5.pod" ;;
"man/xl.1.pod") CONFIG_FILES="$CONFIG_FILES man/xl.1.pod" ;;
+ "man/xl-disk-configuration.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl-disk-configuration.5.pod" ;;
+ "man/xl-network-configuration.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl-network-configuration.5.pod" ;;
+ "man/xl.conf.5.pod") CONFIG_FILES="$CONFIG_FILES man/xl.conf.5.pod" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac